# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okaydoc/okaydoc-all/supported-documents/malaysia/mys-mykid-back/versions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
