# Version 1

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

#### Request Body

| Name               | Type   | Description                  |
| ------------------ | ------ | ---------------------------- |
| caseNo             | string | Reference code given by user |
| apiKey             | string | To be assigned by Innov8tif  |
| idImageBase64Image | string | Front myPR image in base64   |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "03176ad8-8f05-45f7-9b23-ac95bccc63b6",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-pr-flag",
                    "label": "Flag",
                    "value": "94.02863383293152",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxx?type=l-pr-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-header",
                    "label": "Header",
                    "value": "84.22603011131287",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxx?type=l-pr-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-mypr",
                    "label": "My Pr",
                    "value": "88.79823088645935",
                    "imageUrl": "/public/image/v2/xxxxxxxxxx?type=l-pr-mypr",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-chip",
                    "label": "Chip",
                    "value": "73.36655855178833",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxx?type=l-pr-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-white-block",
                    "label": "White Block",
                    "value": "97.12769985198975",
                    "imageUrl": "/public/image/v2/xxxxxxxxxxxx?type=l-pr-white-block",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/xxxxxxxxx?type=cropId"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Input Example

{% code title="JSON" %}

```
{
    "apiKey": "apiKey",
    "caseNo": "CASE 123",
    "idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n",
}
```

{% endcode %}

{% file src="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M1-3f3iLDyNza3UwBV5%2F-M1-4EKM0eGvgKrU13mO%2FOkayDoc%20-%20myPR%20v2.postman_collection.json?alt=media&token=51209aff-a692-48f7-9177-4b6686eec377>" %}
OkayDoc myPR v2
{% endfile %}
