# Versions

## Version 1

<mark style="color:green;">`POST`</mark> `https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/mypr-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 myPR image in base64  |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "cca30fe5-08b6-451c-b9e6-607d2e6bc244",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
			{
				"code": "l-pr-back-chip",
				"label": "Chip Logo",
				"value": "98.89793395996094",
				"imageUrl": null,
				"refImageUrl": null,
				"score": null
			},
			{
				"code": "l-pr-back-emblem",
				"label": "National Coat of Arms",
				"value": "99.5512843132019",
				"imageUrl": null,
				"refImageUrl": null,
				"score": null
			},
			{
				"code": "l-pr-back-mypr",
				"label": "MyPR Logo",
				"value": "99.43647384643555",
				"imageUrl": null,
				"refImageUrl": null,
				"score": 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",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}

```

{% endtab %}

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

#### Postman Collection

* NA
