Sample Input
Input Example Version 2
{
"apiKey": "apiKey",
"caseNo": "CASE 123",
"idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n",
"landmarkCheck": true,
"idBlurDetection":true,
"idBrightnessDetection": true,
"colorMode":true,
"screenDetection":true,
"hologram":true,
"photoSubstitutionCheck":true,
"fontCheck":true,
"idTamper":true
}
Additional Parameters
{
"apiKey": "apiKey",
...
"fontCheck": true,
"otherDocList": [
{
"base64Image": "",
"type": "with_flash"
}
],
Input Example Version 1
{
"apiKey": "apiKey",
"caseNo": "CASE 123",
"idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n"
}
Last updated
Was this helpful?