> 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/malaysia/mys-mypoca/versions.md).

# Versions

## Version 1

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

#### Request Body

| Name                                                 | Type   | Description                   |
| ---------------------------------------------------- | ------ | ----------------------------- |
| 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 API Response " %}

```json
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "c6c2b026-cfbb-452a-9035-a2d3e3b2f449",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-my-poca-header",
                    "label": "Header Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-mypoca",
                    "label": "MyPoca Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-mypoca",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-flag",
                    "label": "Flag Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-chip",
                    "label": "Chip Landmark",
                    "value": "0",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-my-poca-hibiscus",
                    "label": "Hibiscus Landmark",
                    "value": "0",
                    "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=l-my-poca-hibiscus",
                    "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
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/c6c2b026-cfbb-452a-9035-a2d3e3b2f449?type=cropId"
        }
    ]
}

```

{% endtab %}

{% tab title="400: Bad Request Error Response" %}

```javascript
{
    status: "error"
}
```

{% endtab %}

{% tab title="500: Internal Server Error " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

### Postman Collection

* NA&#x20;
