Face ID
Face ID is a powerful face recognition and identification API designed for easy integration into your applications. It allows you to register and tag faces in a database and later match new face images against the registered data to identify and return the associated tag. The API is optimized for high-accuracy face embeddings, making it ideal for authentication, user verification, and face-based…
Face ID endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
RegisterFaceFromURL /frid |
register a new face for identification to database, image must be supplied with URL parameter, tag is optional, for better identification, use front view face only during… |
| POST |
IdentifyFaceFromURL /frid |
get previously registered face_id and tag data from face image on specified URL, return error on matching not found |
| POST |
DeleteFaceID /frid |
Delete face from database with specified face_id |
| POST |
GetDatabaseInfo /frid |
Get current database info containing current stored faces-tags and max limit based on subscription |
Face ID pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $39.99 / month | — |
|
| MEGA | $149.99 / month | — |
|