Liveness detection
Verifies that a face is from a live person using three frames. All three images must be of the same person and captured within 0.5 seconds of each other. The result is returned in services.liveness.
Authentication
ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer
End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.
Request
This endpoint expects an object.
face_1
Base64-encoded frame 1. Compress to under 500 KB.
face_2
Base64-encoded frame 2.
face_3
Base64-encoded frame 3.
transaction_id
Transaction to attach the liveness result to.
Response
services
Per-service check results attached to every OCR response.
data
Document-specific extracted fields.
error_code
error_message

