Flash Image Supported ID Document

This page shows the parameters of the additional flash image and ID cards that is supported using flash image

Lists of ID Documents that supported flash-image as secondary image

  • Mykad Front

  • Cambodia ID Front

  • eKTP Front

  • Hong Kong ID Front

  • China ID Front

  • ph Driving License

  • Singapore ID Front

  • my Driving License

  • ph SSS

  • ph UMID

Example of flash image parameter in the request (MyKad)

{
    "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
}
Add second "with flash" image
    "otherDocList": [
        {
            "base64Image": "",
            "type": "with_flash"
        }
    ],

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)

Last updated