> For the complete documentation index, see [llms.txt](https://api-old.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-old.innov8tif.com/okaydoc/philippines/ph-driving-license/version-1.md).

# Version 1

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

#### Request Body

| Name               | Type   | Description                           |
| ------------------ | ------ | ------------------------------------- |
| caseNo             | string | Reference code given by user          |
| apiKey             | string | To be assigned by Innov8tif           |
| idImageBase64Image | string | Front driving license image in base64 |

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

```javascript
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "d99f764b-c48e-4962-axxxxxxx",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-ph-dl-flag",
                    "label": "Philippines Flag",
                    "value": "98.04",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-ph-dl-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-dl-header",
                    "label": "Header",
                    "value": "66.32000000000001",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-ph-dl-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-dl-logo",
                    "label": "Logo",
                    "value": "85.34",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-ph-dl-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-dl-bglogo",
                    "label": "Background Logo",
                    "value": "0",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-ph-dl-bglogo",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/xxxxxxxx?type=cropId"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Input Example

{% code title="JSON" %}

```
{
    "apiKey": "API_KEY",
    "caseNo": "CASE 123",
    "idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n" 
}
```

{% endcode %}

{% file src="/files/-Ltx\_EVDSnQonjRiuEtg" %}
OkayDoc PH Driving License
{% endfile %}
