Face compare (two faces)

View as Markdown
Compares any two face images directly, without requiring an ID transaction.

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_image1stringRequired

Base64-encoded first face image.

face_image2stringRequired

Base64-encoded second face image.

livenessstringOptional

Liveness mode, e.g. "2".

Response

servicesobjectOptional

Per-service check results attached to every OCR response.

dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional