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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okaydoc/okaydoc-all/supported-documents/non-passport/flash-image-supported-id-document.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
