Auth Face - Biometric Authentication API
Auth Face is a biometric authentication microservice designed to provide secure user login and identity verification through facial recognition. The API delivers a complete facial authentication flow, including face capture, liveness detection, and anti-fraud mechanisms, ensuring that only real and authorized users can access protected systems. Built for server-to-server integration, Auth Face…
Auth Face - Biometric Authentication API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Enroll User /wp-json/biometry/v1/enroll |
Initiates a biometric enrollment flow with a mandatory 1:N uniqueness check. Before registering a new user, the system compares the newly captured facial data against all… |
| POST |
Verify user identity /wp-json/biometry/v1/verify |
Initiates a 1:1 biometric verification flow to confirm a user’s identity. The system compares the newly captured facial data against the stored biometric embeddings of the… |
| POST |
Identify user by facial biometrics /wp-json/biometry/v1/identify |
Performs a 1:N biometric identification to determine which enrolled user best matches the captured facial data. The system compares the new biometric capture against all existing… |
| POST |
Update user biometry /wp-json/biometry/v1/update-embedding |
Updates the facial biometric embeddings of an existing user. Before applying any update, the system performs a strict 1:1 biometric verification between the previously stored… |
| POST |
Get enrolled user /wp-json/biometry/v1/users/get |
Retrieves a single enrolled user associated with the authenticated tenant using the provided external user identifier. The response includes the user’s biometric status,… |
| POST |
List all users /wp-json/biometry/v1/users/list |
Returns all enrolled users associated with the authenticated tenant. The response includes each user’s external identifier, biometric status, creation and update timestamps, and… |
| POST |
Delete user enrolled /wp-json/biometry/v1/user/delete |
Removes a biometric user in a secure and idempotent way. This endpoint performs a soft deletion of the user identified by external_user_id, revoking their biometric data and… |
| POST |
Result Biometry /wp-json/biometry/v1/result |
Returns the final result of a biometric authentication event. The response includes the client-provided state reference, authentication flow, decision result, confidence score,… |
Auth Face - Biometric Authentication API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $149 / month | — |
|