> 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-mykid-back/versions.md).

# Versions

## Version 1

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

#### 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 " %}

```
[
	{
		"method": "landmark",
		"label": "Landmark Analysis Result",
		"result": "98.02263975143433,98.05905222892761,98.92850518226624,98.1748104095459",
		"componentResultList": [
			{
				"code": "l-mk-id-header",
				"label": "MyKid Header",
				"value": "98.02263975143433",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-logo",
				"label": "MyKid Logo",
				"value": "98.05905222892761",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-flag",
				"label": "MyKid Flag",
				"value": "98.92850518226624",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-chip",
				"label": "MyKid Chip",
				"value": "98.1748104095459",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "idBlurDetection",
		"label": "ID Blur Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "idBlurDetection",
				"label": "ID Blur Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "idBrightnessDetc",
		"label": "ID Brightness Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "idBrightnessDetc",
				"label": "ID Brightness Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "colorMode",
		"label": "Color Mode",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "colorMode",
				"label": "Color Mode",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "screen",
		"label": "Screen Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "screen",
				"label": "Screen Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	}
]


```

{% 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
