FaceX
FaceX provides a face detection and face recognition web service that can be integrated to your apps with just a few lines of code. You can upload image files or add images as URLs to perform Face Detection with 128 parameter sensing, Face Comparison and Matching, and Face Vector for using Face as a password in Apps. The FaceX API is built on REST principles. Authenticated users can interact…
FaceX endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/get_face_vec /get_face_vec |
Returns face feature vector, that can be used for face comparison or verification |
| POST |
/get_image_attr /get_image_attr |
API returns face coordinates, facial landmarks, demographics data from an image |
| POST |
/compare_faces /compare_faces |
Compare two faces and returns a confidence value. If confidence value which is greater than 0.5 then faces belong to same people |
FaceX pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA Recommended | $199 / month | — |
|
| MEGA | $899 / month | — |
|