> 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/united-arab-emirates/uae-id-card/versions.md).

# Versions

## Version 1

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

#### 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 id card image in base64 |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "3d27604f-8be5-4c81-80a8-251b4dc5c4f4",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-uae",
                    "label": "UAE",
                    "value": "99.08588528633118",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-uae",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-id-card",
                    "label": "Identity Card",
                    "value": "98.84501099586487",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-id-card",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-arabic",
                    "label": "UAE In Arabic",
                    "value": "99.0030586719513",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-uae-arabic",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-id-card-arabic",
                    "label": "Identity Card Arabic",
                    "value": "99.018394947052",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-id-card-arabic",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-logo",
                    "label": "Logo",
                    "value": "98.74653220176697",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-id-no",
                    "label": "ID Number",
                    "value": "98.44769835472107",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-id-no",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-name",
                    "label": "Name",
                    "value": "98.1426477432251",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-name",
                    "refImageUrl": null
                },
                {
                    "code": "l-uae-nationality",
                    "label": "Nationality",
                    "value": "98.17951321601868",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-uae-nationality",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/xxxxxxxxx?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/k04hlOroPBifqPqJe4kN" %}
OkayDoc UAE ID Front
{% endfile %}
