Versions

API Collection of Non Passport Document(ID Card, Driving License...)

Version 1

POST 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

version

integer

Document's API version, please refer to Document Table

idImageBase64Image

string

ID card image in base64

apiKey

string

To be assigned by Innov8tif

{
    "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" 
        }
    ]
}

Please refer to the Document Table for the docType & version parameters to ensure the results is expected.

Postman Collection

Last updated