Create a new verification
JWT token obtained from /auth/login endpoint.
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Service ID for verification type
Folder to organize verification
Service-specific configuration
{
"verification_type": "KTP_SELFIE",
"files": {
"ktp_file": ["/uploads/ktp.jpg"],
"selfie_file": ["/uploads/selfie.jpg"]
},
"fraud_detection": false
}Optional result ID to group verifications
Verification created
Unique verification identifier
User who created the verification
API key used for this verification
null
Folder containing this verification
Result group identifier
Processing time in seconds
2.284
Current verification status
DRAFT, IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, NEED_REVIEW, FRAUD_DETECTED, PARTIALLY_COMPLETED, PARTIALLY_FAILED "COMPLETED"
Processing start time
Processing end time
Service-specific input configuration
{
"verification_type": "KTP_SELFIE",
"files": {
"ktp_file": ["/uploads/ktp.jpg"],
"selfie_file": ["/uploads/selfie.jpg"]
},
"fraud_detection": false
}URLs of input files organized by file type
{
"ktp_file": ["https://example.com/files/ktp.jpg"],
"selfie_file": ["https://example.com/files/selfie.jpg"]
}Verification results and extracted data
{
"face_match_confidence_level": "LOW",
"face_match_confidence_score": 2.284846674563825,
"is_match_face": false
}URL to download detailed results
"https://example.com/output.json"
Overall verification result status
VERIFIED, NOT_VERIFIED, PARTIALLY_NOT_VERIFIED External processing job identifiers
Webhook URL for notifications
"https://your-app.com/webhook"
Custom metadata for webhook
URL to download exported results
"https://example.com/export.xlsx"
Credits consumed by this verification
10
Number of files processed
2
Number of pages processed
5
Verification creation timestamp
Last update timestamp