# Version 2

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

#### Request Body

| Name               | Type   | Description                  |
| ------------------ | ------ | ---------------------------- |
| caseNo             | string | Reference code given by user |
| apiKey             | string | To be assigned by innov8tif  |
| idImageBase64Image | string | Back id card image in base64 |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "935cee99-e2fe-43a3-b02c-d98a8661bcdc",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-kh-id-back-logo1",
                    "label": "Logo 1",
                    "value": "94.56533193588257",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-logo1",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-logo2",
                    "label": "Logo 2",
                    "value": "94.21520233154297",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-logo2",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-logo3",
                    "label": "Logo 3",
                    "value": "92.07828640937805",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-logo3",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-kingdom",
                    "label": "Kingdom of Cambodia",
                    "value": "90.77043533325195",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-kingdom",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-national",
                    "label": "National Religion King",
                    "value": "85.3787899017334",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-national",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-card",
                    "label": "Khmer Identity Card",
                    "value": "94.36067938804626",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-card",
                    "refImageUrl": null
                },
                {
                    "code": "l-kh-id-back-2-lines",
                    "label": "Secruity Statements",
                    "value": "86.49997115135193",
                    "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=l-kh-id-back-2-lines",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Pass",
                    "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
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/935cee99-e2fe-43a3-b02c-d98a8661bcdc?type=cropId"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Input Example

{% code title="JSON" %}

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

{% endcode %}

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M5tZ1qFP5VAS5Nu2Tue%2F-M5tZ3mD9QcHeaDlF5lF%2FOkayDoc%20KH%20ID%20Card%20Back%20v2.postman_collection.json?alt=media&token=f559c445-fa6f-47a0-aa36-dd2818c16404>" %}
