Animetrics Face Recognition
The Animetrics Face Recognition API can be used to find human faces, detect feature points, correct for off angle photographs, and ultimately perform facial recognition. Information on facial features, including ears, nose, eyebrows, lips, chin are returned as coordinates on the image. The Animetrics Face Recognition API will also detect and return the gender and orientation, or "pose" of faces…
Animetrics Face Recognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Add To Gallery /add_to_gallery |
Adds an already enrolled Subject into an existing or uncreated Gallery. Galleries that don't exist will automatically be created. |
| GET |
Assign Face to Subject /assign_face_to_subject |
Assign Face ID to a Subject ID. This operation will change the Subject ID associated with an individual Face ID. The Face ID that is required should be taken from the response of… |
| POST |
/v2/detect /v2/detect |
Finds either face information (a bounding box around faces), face + eye information including eye centers and possibly eye corners (eye corners should not be relied on to be… |
| POST |
/v2/detect_features /v2/detect_features |
Finds either eye information, full feature information, or full features + "Setpose" for one face in a picture. Face bounding box or eye center coordinates must be supplied, and… |
| GET |
/v2/enroll /v2/enroll |
Computes a biometric signature for a known face ("subject") in a picture and adds it to a collection ("gallery") for later searching. The subject id and gallery id must be… |
| GET |
/v2/recognize /v2/recognize |
Matches an unknown face against a collection ("gallery") of known faces. Galleries are built using the Enroll function. Response includes a similarity score between 0 and 1 for… |
| GET |
/v2/remove_from_gallery /v2/remove_from_gallery |
Removes an already enrolled Subject from an existing Gallery. If this is the only subject in that Gallery, the Gallery will be deleted. If the Subject exists in no other… |
| GET |
/v2/usage /v2/usage |
Retrieve your current daily and monthly count of function calls made to the api. Total, billable, detect, enroll and recognize counts are displayed. |
| GET |
/v2/view_gallery /v2/view_gallery |
View the subject ids that have been enrolled in a specific gallery. |
| GET |
/v2/view_subject /v2/view_subject |
View the face ids that have been enrolled in a specific subject. |
| GET |
/v2/add_to_gallery /v2/add_to_gallery |
Adds an already enrolled Subject into an existing or uncreated Gallery. Galleries that don't exist will automatically be created. |
| GET |
/v2/assign_face_to_subject /v2/assign_face_to_subject |
Assign Face ID to a Subject ID. This operation will change the Subject ID associated with an individual Face ID. The Face ID that is required should be taken from the response of… |
| POST |
Detect /detect |
Finds either face information (a bounding box around faces), face + eye information including eye centers and possibly eye corners (eye corners should not be relied on to be… |
| POST |
Detect Features /detect_features |
Finds either eye information, full feature information, or full features + "Setpose" for one face in a picture. Face bounding box or eye center coordinates must be supplied, and… |
| GET |
Recognize /recognize |
Matches an unknown face against a collection ("gallery") of known faces. Galleries are built using the Enroll function. Response includes a similarity score between 0 and 1 for… |
| GET |
Remove From Gallery /remove_from_gallery |
Removes an already enrolled Subject from an existing Gallery. If this is the only subject in that Gallery, the Gallery will be deleted. If the Subject exists in no other… |
| GET |
Usage /usage |
Retrieve your current daily and monthly count of function calls made to the api. Total, billable, detect, enroll and recognize counts are displayed. |
| GET |
Verify /verify |
Verify if an unknown face (or collection of faces of an unknown individual) has the same identity as a claimed target. A similarity score is returned, and is optimized for… |
| GET |
View Gallery /view_gallery |
View the subject ids that have been enrolled in a specific gallery. |
| GET |
View Subject /view_subject |
View the face ids that have been enrolled in a specific subject. |
| GET |
Enroll /enroll |
Computes a biometric signature for a known face ("subject") in a picture and adds it to a collection ("gallery") for later searching. The subject id and gallery id must be… |
| GET |
List Galleries /list_galleries |
Lists the galleries that have been created by your personal API key. |
| GET |
/v2/list_galleries /v2/list_galleries |
Lists the galleries that have been created by your personal API key. |
| GET |
Delete Face /delete_face |
Delete a Face from a known Subject. This operation will only delete the individual Face that is associated with an enrollment transaction for a Subject. The Face ID that is… |
| GET |
/v2/delete_face /v2/delete_face |
Delete a Face from a known Subject. This operation will only delete the individual Face that is associated with an enrollment transaction for a Subject. The Face ID that is… |
Animetrics Face Recognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $49 / month | — |
|
| ULTRA | $299 / month | — |
|
| MEGA | $999 / month | — |
|