Version 1
API Collection of Non Passport Document(ID Card, Driving License...)
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"
}
]
}
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)
Philippines
Driving License
phLicense
Last updated
Was this helpful?