# 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="<https://1723857616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoP1M8bTYgFFHHnAdjjta%2Fuploads%2F67fFhNaa6xTKaY4fdYAu%2FOkayDoc%20-%20Myanmar.postman_collection.rar?alt=media&token=f8272328-e66b-47ba-b8c9-5a2ace517127>" %}
OkayDoc MM Driving License
{% endfile %}
