> 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-myoku/version-1.md).

# Version 1

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

#### Request Body

| Name                   | Type   | Description                                                                                         |
| ---------------------- | ------ | --------------------------------------------------------------------------------------------------- |
| apiKey                 | string | To be assigned by Innov8tif                                                                         |
| caseNo                 | string | Reference code given by user                                                                        |
| idImageBase64Image     | string | Front id card image in base64                                                                       |
| backIdImageBase64Image | string | <p>Back id card image in base64.<br>If the input is empty, barcode result will not be returned.</p> |

{% tabs %}
{% tab title="200 New MyKad back's response" %}

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "00a632af-f6f7-485b-9dae-4f8211709690",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-signature",
                    "label": "Signature Landmark",
                    "value": "83.0052",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-signature",
                    "refImageUrl": null
                },
                {
                    "code": "l-tng",
                    "label": "TnG Landmark",
                    "value": "92.81230000000001",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-tng",
                    "refImageUrl": null
                },
                {
                    "code": "l-80k",
                    "label": "80k Landmark",
                    "value": "92.4028",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-80k",
                    "refImageUrl": null
                },
                {
                    "code": "l-tower",
                    "label": "Towers Landmark",
                    "value": "78.2558",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-tower",
                    "refImageUrl": null
                },
                {
                    "code": "l-crown",
                    "label": "Crown Landmark",
                    "value": "76.7101",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-crown",
                    "refImageUrl": null
                },
                {
                    "code": "l-malaysia",
                    "label": "Malaysia Text Landmark",
                    "value": "62.0873",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-malaysia",
                    "refImageUrl": null
                },
                {
                    "code": "l-kppn",
                    "label": "KPPN Landmark",
                    "value": "58.818599999999996",
                    "imageUrl": "/public/image/v2/00a632af-f6f7-485b-9dae-4f8211709690?type=l-kppn",
                    "refImageUrl": null
                },
                {
                    "code": "l-atm",
                    "label": "ATM Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-meps",
                    "label": "MEPS Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}
```

{% endtab %}

{% tab title="202 Old MyKad back's response" %}

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "e3442036-0e1a-4a75-a4cb-1686c35fcf98",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-signature",
                    "label": "Signature Landmark",
                    "value": "98.7171",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxx?type=l-signature",
                    "refImageUrl": null
                },
                {
                    "code": "l-tng",
                    "label": "TnG Landmark",
                    "value": "98.9934",
                    "imageUrl": "/public/image/v2/xxxxxxxxxx?type=l-tng",
                    "refImageUrl": null
                },
                {
                    "code": "l-80k",
                    "label": "80k Landmark",
                    "value": "99.34429999999999",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-tower",
                    "label": "Towers Landmark",
                    "value": "99.1333",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxx?type=l-tower",
                    "refImageUrl": null
                },
                {
                    "code": "l-crown",
                    "label": "Crown Landmark",
                    "value": "98.9687",
                    "imageUrl": "/public/image/v2/xxxxxxxxxx?type=l-crown",
                    "refImageUrl": null
                },
                {
                    "code": "l-malaysia",
                    "label": "Malaysia Text Landmark",
                    "value": "98.9323",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxxx?type=l-malaysia",
                    "refImageUrl": null
                },
                {
                    "code": "l-kppn",
                    "label": "KPPN Landmark",
                    "value": "98.2278",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxx?type=l-kppn",
                    "refImageUrl": null
                },
                {
                    "code": "l-atm",
                    "label": "ATM Landmark",
                    "value": "98.59609999999999",
                    "imageUrl": "/public/image/v2/xxxxxxxxx?type=l-atm",
                    "refImageUrl": null
                },
                {
                    "code": "l-meps",
                    "label": "MEPS Landmark",
                    "value": "99.0865",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxx?type=l-meps",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}
```

{% endtab %}
{% endtabs %}

### Input Example

```
{
    "apiKey": "",
    "idImageBase64Image": "",
    "backIdImageBase64Image": "" 
}
```

{% file src="/files/-MgnDoeb82xSg7UeFpuk" %}
