> 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/malaysia/my-mykas/version-2.md).

# Version 2

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

#### Request Body

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

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "92f6064a-8d50-41a4-9216-baa89d3e77a1",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-kas-flag",
                    "label": "Flag",
                    "value": "98.6260175704956",
                    "imageUrl": "/public/image/v2/xxxxxx?type=l-kas-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-header",
                    "label": "Header",
                    "value": "97.2849428653717",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-kas-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-mykas",
                    "label": "My Kas",
                    "value": "97.65569567680359",
                    "imageUrl": "/public/image/v2/xxxxxx?type=l-kas-mykas",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-chip",
                    "label": "Chip",
                    "value": "97.6776123046875",
                    "imageUrl": "/public/image/v2/xxxxxxxxx?type=l-kas-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-green-block",
                    "label": "Green Block",
                    "value": "97.46013879776001",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-kas-green-block",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/xxxxxxxxxx?type=cropId"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Input Example

{% code title="JSON" %}

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

{% endcode %}

{% file src="/files/-MIHW3OqfFr3LMK3-\_Ih" %}
