API Reference
The details of API endpoints for document recognition.
Recognition with JSON response
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"documentType": "NID",
"documentNumber": "1234567890",
"issuingCountry": "USA",
"jurisdiction": "UT",
"nationality": "USA",
"surnameAndGivenNames": "JOHN DOE",
"surname": "DOE",
"givenNames": "JOHN",
"namePrefixes": "MR",
"nameSuffixes": "JR",
"sex": "M",
"dateOfBirth": "1964-12-30",
"dateOfIssue": "2012-12-30",
"dateOfExpiry": "2022-12-30",
"address": "430-985 ELEIFEND^DULUTH WA 92611",
"croppedFrontImage": {
"contentType": "image/jpeg",
"content": "Y3JvcHBlZEZyb250SW1hZ2U="
},
"croppedBackImage": {
"contentType": "image/jpeg",
"content": "Y3JvcHBlZEJhY2tJbWFnZQ=="
},
"faceImage": {
"contentType": "image/jpeg",
"content": "ZmFjZUltYWdlCg=="
}
}Recognition with multipart response
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?