Submitted Images Response
Applies to: Direct | Capture
This JSON response is returned if the return_images
flag is true
in the /start
endpoint request body.
{
"images": {
"type": "object",
"description": "Returned image data.",
"properties": {
"front": {
"type": "string",
"description": "base64-encoded data from the document front-side scan."
},
"back": {
"type": "string",
"description": "base64-encoded data from the document back-side scan."
},
"selfie": {
"type": "string",
"description": "base64-encoded data from the facial image capture."
}
}
}
}
Updated 4 months ago