Verify Identity Document with Face
This endpoint enables you to verify an identity document against a selfie image for identity confirmation.
Verify Identity Document with Face
Use this endpoint to validate an identity document (e.g., driver’s license, international passport) against a provided selfie image for identity verification purposes.
Request Parameters
A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
The type of identification document to be verified. Options include:
- Drivers License (DR)
- International Passport (IP)
Example:DR
A base64 encoded string of the document image to be verified.
Example: base64encodedstringofdocument
The unique number on the identification document.
Example: A1234567
A base64 encoded string of the selfie image for comparison with the document image.
Example: base64encodedstringofselfie
Was this page helpful?