FaceAnalyzer AI
Advanced facial analysis for face detection, age estimation, emotion analysis, celebrities identification, face comparison, face re-identification and more.
1.2k subscribers
9.8/10 popularity
902 ms avg latency
100% success rate
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
FaceAnalyzer AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Face Detect and analysis | ||
| POST |
face-analysis /faceanalysis |
Detects faces within an image that is provided as input, for each face detected, the operation returns face details. These details include: a bounding box of the face, facial… |
| POST |
celebrity-recognition /celebrity-recognition |
Recognize celebrities faces within an image that is provided as input. It lists the recognized celebrities in the celebritiesFaces array and any unrecognized faces in the… |
| POST |
compare-faces /compare-faces |
Compares a face in the source input image with each of the 100 largest faces detected in the target input image. If the source image contains multiple faces, the model detects… |
| Faces Re-identification | ||
| POST |
create-facial-repository /create-facial-repository |
Creates a facial repository. You can add faces to the repository using the **save-face-in-repository** endpoint. |
| POST |
delete-facial-repository /delete-facial-repository |
Deletes the specified facial repository. Note that this operation removes all faces in the repository |
| GET |
list-facial-repositories /list-facial-repositories |
Returns list of facial repositories IDs in your account |
| POST |
save-faces-in-repository /save-face-in-repository |
Detects faces in the input image and adds them to the specified facial repository. |
| GET |
list-repository-faces /list-repository-faces |
Returns a list of faces in the specified facial repository. |
| POST |
delete-face-from-repository /delete-face-from-repository |
Deletes faces from a facial repository. You specify a repository ID and an array of face IDs to remove from the repository. |
| POST |
search-face-in-repository /search-face-in-repository |
For a given input image, first detects the largest face in the image, and then searches in the specified repository for matching faces |
FaceAnalyzer AI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $12.99 / month | — |
|
| ULTRA | $22.99 / month | — |
|
| MEGA | $92.99 / month | — |
|