curl --request POST \
--url https://sandbox-umbrella-api.azurewebsites.net/api/services/verifySingle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"imageName": "<string>",
"imageSide": "front",
"imageData": "<string>",
"storeOnly": true,
"passThroughData": {}
}
]
'{
"status": true,
"data": {
"isVerified": true,
"status": "completed",
"message": "<string>",
"requestId": "<string>",
"signature": {
"content": [
{
"id": "<string>",
"method": "<string>",
"status": "<string>",
"pageMode": "<string>",
"signedAt": "2023-11-07T05:31:56Z",
"plainResource": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"family": "<string>",
"status": "<string>",
"subType": "<string>",
"filename": "<string>",
"metadata": {},
"mimeType": "<string>",
"sizeBytes": 123,
"resourceUri": "<string>",
"resourceUrl": "<string>",
"urlValidBefore": "2023-11-07T05:31:56Z"
},
"signedResource": {
"id": "<string>",
"type": "<string>",
"family": "<string>",
"status": "<string>",
"filename": "<string>",
"metadata": {},
"mimeType": "<string>",
"sizeBytes": 123,
"resourceUri": "<string>",
"resourceUrl": "<string>",
"urlValidBefore": "2023-11-07T05:31:56Z"
}
}
]
},
"identification": {
"id": "<string>",
"actor": "<string>",
"idSelf": {
"artifacts": {
"biometry": [
{}
],
"document": [
{}
]
},
"biometryCheck": {
"keysWithError": [
"<string>"
],
"controlsSummary": 123
},
"documentCheck": {
"documentType": "<string>",
"documentTypeFamily": "<string>",
"keysWithError": [
"<string>"
],
"controlsSummary": 123
}
},
"source": "<string>",
"status": "<string>",
"personData": {
"email": "[email protected]",
"gender": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"birthPlace": "<string>",
"nationality": "<string>",
"phoneNumber": "<string>",
"documentDetails": {
"type": "<string>",
"number": "<string>",
"issuedOn": "<string>",
"expiryDate": "<string>",
"issuanceCountry": "<string>",
"issuanceAuthority": "<string>"
}
},
"finalizedAt": "2023-11-07T05:31:56Z",
"organizationId": "<string>",
"validationDetail": {}
}
}
}Document Verification Verify Single Service API Documentation
curl --request POST \
--url https://sandbox-umbrella-api.azurewebsites.net/api/services/verifySingle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"imageName": "<string>",
"imageSide": "front",
"imageData": "<string>",
"storeOnly": true,
"passThroughData": {}
}
]
'{
"status": true,
"data": {
"isVerified": true,
"status": "completed",
"message": "<string>",
"requestId": "<string>",
"signature": {
"content": [
{
"id": "<string>",
"method": "<string>",
"status": "<string>",
"pageMode": "<string>",
"signedAt": "2023-11-07T05:31:56Z",
"plainResource": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"family": "<string>",
"status": "<string>",
"subType": "<string>",
"filename": "<string>",
"metadata": {},
"mimeType": "<string>",
"sizeBytes": 123,
"resourceUri": "<string>",
"resourceUrl": "<string>",
"urlValidBefore": "2023-11-07T05:31:56Z"
},
"signedResource": {
"id": "<string>",
"type": "<string>",
"family": "<string>",
"status": "<string>",
"filename": "<string>",
"metadata": {},
"mimeType": "<string>",
"sizeBytes": 123,
"resourceUri": "<string>",
"resourceUrl": "<string>",
"urlValidBefore": "2023-11-07T05:31:56Z"
}
}
]
},
"identification": {
"id": "<string>",
"actor": "<string>",
"idSelf": {
"artifacts": {
"biometry": [
{}
],
"document": [
{}
]
},
"biometryCheck": {
"keysWithError": [
"<string>"
],
"controlsSummary": 123
},
"documentCheck": {
"documentType": "<string>",
"documentTypeFamily": "<string>",
"keysWithError": [
"<string>"
],
"controlsSummary": 123
}
},
"source": "<string>",
"status": "<string>",
"personData": {
"email": "[email protected]",
"gender": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"birthPlace": "<string>",
"nationality": "<string>",
"phoneNumber": "<string>",
"documentDetails": {
"type": "<string>",
"number": "<string>",
"issuedOn": "<string>",
"expiryDate": "<string>",
"issuanceCountry": "<string>",
"issuanceAuthority": "<string>"
}
},
"finalizedAt": "2023-11-07T05:31:56Z",
"organizationId": "<string>",
"validationDetail": {}
}
}
}/verifySingleBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the uploaded image file
Specifies which side of the document (front, back, selfie)
front, back, selfie Base64-encoded image or multipart file
If true, stores the image without classification
Custom metadata (e.g., user ID)
Verification successful
Indicates whether the request succeeded.
Verification payload.
Show child attributes
Whether the verification was successful.
High-level status of the verification.
completed, cancelled, error Status message.
Unique ID for the verification request.
Signature metadata and resources.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
KYC / identification results.
Show child attributes
Role of the actor in session (e.g., userToIdentify).
Show child attributes
Show child attributes
Show child attributes
Per-field validation indicators.
Show child attributes