Version 1

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

POST https://okaydocdemo.innov8tif.com/ekyc/api/nonpassport/v1/verify

Request Body

NameTypeDescription

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

Input Example

{
    "apiKey": "apiKey",
    "caseNo": "CASE 1",
    "idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n",
    "version":1,
    "docType":"mytentera" 
}

Document Table

Country

Document

Document Type

Endpoint Version(can be found in respective link)

Brunei

Domestic ID Card

bnDid

Brunei

Permanent ID Card

bnPid

Cambodia

ID Card (Front)

khIdFront

Cambodia

ID Card(Back)

khIdBack

Indonesia

e-KTP(Front)

ektp_front

Indonesia

e-KTP(Back)

ektp_back

Malaysia

myKad(Front)

mykad

Malaysia

myKad(Back)

mykad_back

Malaysia

myKas

mykas

Malaysia

myPR

mypr

Malaysia

myTentera

mytentera

Malaysia

Driving License

myLicense

Malaysia

myOKU

myOku

Myanmar

Driving License

mmDl

Philippines

Driving License

phLicense

Philippines

SSS

phSss

Philippines

PRC

phB1

Philippines

UMID

phUmid

Philippines

Voter ID

phVoter

Philippines

Postal ID

phPostal

Singapore

NRIC(Front)

sgIdCardFront

Singapore

NRIC(Back)

sgIdCardBack

Thailand

ID Card

thId

United Arab Emirates

ID Card

uae

Vietnam

Old ID Card

vnOldIdFront

Vietnam

New ID Card

vnNewIdFront

Last updated