> 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-mytentera/version-2.md).

# Version 2

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

#### Request Body

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

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "04b1482f-4b8f-4826-a3dc-c4f6f9874048",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-tentera-header",
                    "label": "Header",
                    "value": "65.05289077758789",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-mytentera",
                    "label": "My Tentera",
                    "value": "89.60663080215454",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-mytentera",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-flag",
                    "label": "Flag",
                    "value": "94.41457986831665",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-chip",
                    "label": "Chip",
                    "value": "49.32361543178558",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-msc",
                    "label": "MSC",
                    "value": "92.8310215473175",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-msc",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-hibiscus",
                    "label": "Hibiscus",
                    "value": "81.6529929637909",
                    "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?type=l-tentera-hibiscus",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "blurrinessDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "blurrinessDetection",
                    "label": "ID Blur Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "brightnessDetection",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "brightnessDetection",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorDetection",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorDetection",
                    "label": "Color Mode",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/04b1482f-4b8f-4826-a3dc-c4f6f9874048?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/-M1-5-2S\_gaCE4PcCoxp" %}
OkayDoc myTentera v2
{% endfile %}
