Verification Enhancements
Biometric Authentication
Re-authenticate users by comparing a new selfie against their approved session.
POST
Compare a new selfie against the original selfie from an approved verification session. Ideal for step-up authentication, login verification, or high-value transaction confirmation.
Authenticate
The ID of an approved verification session to compare against.
New selfie image. Accepted:
jpg, jpeg, png. Max: 10 MB.Minimum similarity score to consider a match (50–100). Default:
80.Optional device metadata (model, OS, IP).
Get Result
Result Values
| Result | Description |
|---|---|
match | Similarity meets threshold and liveness passed |
no_match | Similarity below threshold or liveness failed |
error | Processing error (no face detected, file corrupt) |
pending | Still processing |
Processing is asynchronous. Poll
GET /auth/biometric/{id} or subscribe to the biometric.completed webhook event.
