Sample Input

Input Example Version 7

{
    "apiKey": "apiKey",
    "caseNo": "", 
    "idImageBase64Image": "",
    "livenessFaceBase64Image": "",
    "idNumber": "",
    "otherDocList": [
        {
            "base64Image": "",
            "type": "high_quality"
        },
        {
            "base64Image": "",
            "type": "without_flash"
        },
        {
            "base64Image": "",
            "type": "with_flash"
        }
    ],
    "photoSubstitutionCheck": true,
    "landmarkCheck": true,
    "screenDetection":true,
    "ghostPhotoColorDetection":true,
    "fontCheck": true,
    "colorMode": true,
    "hologram": true,
    "icTypeCheck": true,
    "microprintCheck": true,
    "faceBrightnessDetection": true,
    "idBlurDetection": true,
    "idBrightnessDetection": true,
    "contentSubstitution":true
}

User will need add the chunk of code block above into the request parameter to submit second image to improve the passing rate of the Hologram Detection (requires light to increase the visibility)

Input Example Version 6

Input Example Version 5.1 (Deprecated)

Input Example Version 5 (Deprecated)

Input Example Version 3 (Deprecated)

Last updated