> 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/myanmar/mm-driving-license/versions.md).

# Versions

## Version 1

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

#### Request Body

| Name                                                 | Type   | Description                           |
| ---------------------------------------------------- | ------ | ------------------------------------- |
| caseNo                                               | string | Reference code given by user          |
| apiKey<mark style="color:red;">\*</mark>             | string | To be assigned by Innov8tif           |
| idImageBase64Image<mark style="color:red;">\*</mark> | string | Front driving license image in base64 |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "133b88c9-d7be-4856-8284-b4a20b048a99",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-mm-dl-logo",
                    "label": "Logo",
                    "value": "99.97914433479309",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-mm-dl-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-header-burmese",
                    "label": "Myanmar Driving License In Burmese",
                    "value": "99.9786376953125",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-mm-dl-header-burmese",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-header",
                    "label": "Myanmar Driving License",
                    "value": "99.98397827148438",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxx?type=l-mm-dl-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-no",
                    "label": "No",
                    "value": "99.96201992034912",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxxxxx?type=l-mm-dl-no",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-name",
                    "label": "Name",
                    "value": "99.96647834777832",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxxxx?type=l-mm-dl-name",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-nrc-no",
                    "label": "NRC No",
                    "value": "99.96590614318848",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxx?type=l-mm-dl-nrc-no",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-dob",
                    "label": "Date Of Birth",
                    "value": "99.96587038040161",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxx?type=l-mm-dl-dob",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-blood-type",
                    "label": "Blood Type",
                    "value": "99.96992349624634",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxx?type=l-mm-dl-blood-type",
                    "refImageUrl": null
                },
                {
                    "code": "l-mm-dl-expiry-d",
                    "label": "Valid Up To",
                    "value": "99.96837377548218",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxxxxxxx?type=l-mm-dl-expiry-d",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/133b88c9-d7be-4856-8284-b4a20b048a99?type=cropId"
        }
    ]
}
```

{% endtab %}

{% tab title="400: Bad Request " %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="500: Internal Server Error " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

#### Postman Collection

{% file src="/files/7AufR1VzSQ0DTejgg6Tj" %}
OkayDoc MM Driving License
{% endfile %}
