Verify a user’s identity by uploading an ID document and a selfie.
The system compares the face in the ID with the selfie and performs liveness checks to ensure the person is real.
Required Files:
idFile - ID document image (driver license, passport, etc.)selfieFile - Selfie image of the personTags Parameter: Pass optional metadata as a JSON object to organize and filter your verification results.
Recommended tag fields:
| Field | Description | Example |
|---|---|---|
customerId | Your customer’s unique identifier | "9999" |
customerName | Customer or account name | "Acme Corp" |
documentId | Your internal document reference | "DOC-2024-001" |
companyName | Company name | "DeepXL" |
companyId | Company identifier | "COMP-001" |
Example tags value: {"customerId":"9999","customerName":"Acme Corp","documentId":"DOC-2024-001","companyName":"DeepXL","companyId":"COMP-001"}
You can filter results by tags using the GET endpoint: ?tagFilter=customerId=9999
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional JSON object with key-value pairs for organizing and querying results. Example: {"customerId":"9999","customerName":"Acme Corp","documentId":"DOC-2024-001","companyName":"DeepXL","companyId":"COMP-001"}. Common keys: customerId, customerName, documentId, companyName, companyId.
Verification completed successfully
The verification result