> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaydoc/okaydoc-all/supported-documents/non-passport/flash-image-supported-id-document.md).

# Flash Image Supported ID Document

## 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
}
```

{% code title="Add second "with flash" image" %}

```
    "otherDocList": [
        {
            "base64Image": "",
            "type": "with_flash"
        }
    ],
```

{% endcode %}

{% hint style="danger" %}
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)*&#x20;
{% endhint %}
