Identity document verification and biometric authentication services.
Available Now:
- ID Scan - Extract data from Omang, Passport, and Driver's License
- Liveness Check - Real-time biometric verification with anti-spoofing
- Face Match - Compare selfie to document photo
Coming Soon:
- ID Verify - Validate against Omang Office database (Q1 2026)
ID Verify - Validate Against Government Database
Validate identity documents against government databases (Omang Office, Immigration). Status: Coming Q1 2026.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Responses
OK
serviceName of the service
statusCurrent status of the service
availableDateExpected availability date
descriptionDetailed description of what the service does
featuresKey features that will be available
contactEmailContact email for more information or early access
notifyUrlURL to sign up for launch notifications
documentationUrlLink to documentation about the upcoming service
ID Scan - Extract Data from Identity Documents
Extract structured data from Omang, Passport, or Driver's License. Supports batch processing and automatic front/back merging.
query Parameters
documentsHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
x-customer-idauthorizationResponses
Identity data extracted successfully
requestIdUnique identifier for this verification request
timestampISO-8601 formatted timestamp when the verification was processed
verificationTypeThe type of verification that was performed
statusOverall status of the verification request
Array of individual document verification results
Aggregate statistics across all processed documents
Technical metadata about how the verification was processed
Liveness Check - Confirm Real Person (Anti-Spoofing)
Create liveness session to verify customer is a real person, not a photo or video. Includes multi-challenge face detection and anti-spoofing technology.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
x-customer-idRequest Body
client_session_idOptional client-provided session identifier for tracking
Optional settings for the liveness session
Responses
OK
session_idUnique session identifier to use for liveness verification
statusCurrent status of the liveness session
created_atISO-8601 timestamp when the session was created
expires_atISO-8601 timestamp when the session will expire (typically 15 minutes after creation)
Face Match - Compare Selfie to ID Photo
Compare selfie photo to ID document photo to verify same person. Returns similarity confidence score.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
x-customer-idauthorizationRequest Body
selfieSelfie image or liveness session result
idDocumentID document photo or full document image
Responses
OK
similaritySimilarity score between the two faces (0-100, where 100 is identical)
is_matchBoolean indicating if the faces match based on the threshold
confidenceConfidence score for the face comparison (typically same as similarity)
thresholdThreshold used to determine if faces match (default: 80.0)
Quality metrics for the source image (first image compared)
Quality metrics for the target image (second image compared)
messageHuman-readable message about the face match result
Identity Verification Roadmap
View all identity products - both available now and coming soon
Responses
OK
serviceName of the service
statusCurrent status of the service
availableDateExpected availability date
descriptionDetailed description of what the service does
featuresKey features that will be available
contactEmailContact email for more information or early access
notifyUrlURL to sign up for launch notifications
documentationUrlLink to documentation about the upcoming service
path Parameters
sessionIdHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
x-customer-idauthorizationResponses
OK
session_idUnique session identifier for this liveness verification
statusStatus of the liveness verification
confidenceConfidence score of liveness detection (0-100, where 100 is highest confidence)
is_liveBoolean indicating if the person is determined to be live (not a spoof)
reference_imageBase64-encoded reference image captured during liveness check
audit_imagesArray of base64-encoded audit images captured during the liveness check process
created_atISO-8601 timestamp when the session was created
messageHuman-readable message about the verification result