> 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/non-passport/versions.md).

# Versions

## Version 1

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

#### Request Body

| Name               | Type    | Description                                                                                                                      |
| ------------------ | ------- | -------------------------------------------------------------------------------------------------------------------------------- |
| caseNo             | string  | Reference code given by user                                                                                                     |
| docType            | string  | Document type, please refer to [**Document Table**](/okaydoc/okaydoc-all/supported-documents/non-passport/supported-document.md) |
| version            | integer | <p>Document's API version, please refer to <a href="/pages/gyAfaBkC2RLfe8vCUeQe"><strong>Document Table</strong></a><br></p>     |
| idImageBase64Image | string  | ID card image in base64                                                                                                          |
| apiKey             | string  | To be assigned by Innov8tif                                                                                                      |

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

```
{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "f8d9ca4a-a353-4bd3-9685-5fc4a957255f",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-tentera-header",
                    "label": "Header",
                    "value": "99.10188317298889",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-mytentera",
                    "label": "My Tentera",
                    "value": "99.26015138626099",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-mytentera",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-flag",
                    "label": "Flag",
                    "value": "99.5832085609436",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-chip",
                    "label": "Chip",
                    "value": "97.54920601844788",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-msc",
                    "label": "MSC",
                    "value": "99.53526258468628",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-msc",
                    "refImageUrl": null
                },
                {
                    "code": "l-tentera-hibiscus",
                    "label": "Hibiscus",
                    "value": "72.78923988342285",
                    "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=l-tentera-hibiscus",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/f8d9ca4a-a353-4bd3-9685-5fc4a957255f?type=cropId" 
        }
    ]
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Please refer to the [Document Table](/okaydoc/okaydoc-all/supported-documents/non-passport/supported-document.md) for the docType & version parameters to ensure the results is expected.
{% endhint %}

#### Postman Collection

{% file src="/files/dsDiW1XnQlykg589hrcr" %}
OkayDoc - NonPassport
{% endfile %}
