Biometric Verification
Compliance
Biometrics Verification
Authenticate identity through biometric liveness and facial recognition.
POST
Biometric Verification
When the submitted image does not meet face-detection or quality rules, the API may return an error whose message matches one of the entries below.
| Description | Message |
|---|---|
| No face is detected in image | No face detected in the image. Please ensure face is clearly visible. |
| Face is too small | Face is too small. Please move face closer to the camera. |
| Multiple faces detected | Multiple faces detected in the image. Please ensure only one face is visible. |
| Face is partially hidden or obscured | Face is partially hidden or obscured. Please ensure full face is clearly visible. |
| Face is cropped | Face is cropped. Please ensure full face is in frame. |
| Face angle is too large | Face angle is too large. Please ensure face is clearly visible. |
| Face is too close to the border | Face is too close to the border. Please ensure face is clearly visible. |
Authorizations
Use Bearer {your_api_token} in the Authorization header.
Body
application/json
Identifier used to categorize or group requests for tracking or reporting.
Unique identifier for the verification request, used for traceability.
Face image as a base64 data URI (for example, data:image/jpeg;base64,...).
Base 64 of images
Response
200 - application/json
Biometric verification completed successfully

