Face Recognition
Detect, analyze, recognize and compare faces, create your own face databases or use provided public ones. Detect gender, age, expression, ethnicity, adult content, 22 + 101 facial landmarks and 40+ face attributes. Generate average faces.
Face Recognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| media | ||
| GET |
get media info /media |
gets a media information. |
| GET |
get media info by hash /media/hash |
gets a media information using SHA256 hash of media file. |
| POST |
upload media /media |
upload and optionally directly process media file using file uri or file content as base64 encoded string |
| POST |
upload media file /media/file |
upload media file and optionally directly process media file using multipart/form-data |
| recognize | ||
| GET |
recognize result /recognize |
gets a faces recognition result. |
| POST |
recognize faces /recognize |
Parameters: faces_uuids - string[] array of face unique identifiers that should be recognized. targets - string[] array of recognition targets which can include face identifiers,… |
| POST |
set person /person |
sets or overwrites person id for each specified face. |
| transform | ||
| GET |
transform result /transform |
gets a faces transform result. |
| POST |
transform faces /transform |
initiate transform (averaging) for one or more faces |
| face | ||
| GET |
face info (cropped) /face/cropped |
gets a single cropped face information including cropped face image. |
| GET |
face info /face |
gets a single face information. |
Face Recognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $245 / month | — |
|
| ULTRA | $490 / month | — |
|
| MEGA | $1,595 / month | — |
|