> 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/indonesia/idn-driving-license-2019-front/versions.md).

# Versions

## Version 1

<mark style="color:green;">`POST`</mark> `https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v2/doc-verify/id-dl-2019`

#### Request Body

| Name                                                 | Type   | Description                                  |
| ---------------------------------------------------- | ------ | -------------------------------------------- |
| apiKey<mark style="color:red;">\*</mark>             | string | To be assigned by Innov8tif                  |
| idImageBase64Image<mark style="color:red;">\*</mark> | string | Front Driving License (2019) image in base64 |

{% tabs %}
{% tab title="200 " %}

```json
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "f5f87cd0-d11c-429e-9de3-b55b055088f0",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-id-dl-2019-logo2",
                    "label": "Logo 2 Landmark",
                    "value": "98.07000000000001",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-logo2",
                    "refImageUrl": null
                },
                {
                    "code": "l-id-dl-2019-map",
                    "label": "Map Landmark",
                    "value": "41.78",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-map",
                    "refImageUrl": null
                },
                {
                    "code": "l-id-dl-2019-banner",
                    "label": "Banner Landmark",
                    "value": "95.49",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-banner",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Cautious",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorMode",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Mode",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Fail",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}

```

{% endtab %}
{% endtabs %}

#### Postman Collection

* NA
