Versions
Version 1
POST
https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/ph-license-back
Request Body
Name
Type
Description
apiKey*
string
To be assigned by Innov8tif
idImageBase64Image*
string
Front driving license image in base64
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "4623ef8c-6bfb-4513-8f57-61ff51652634",
"methodList": [
{
"method": "idBlurDetection",
"label": "ID Blur Detection",
"componentList": [
{
"code": "idBlurDetection",
"label": "ID Blur Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "idBrightnessDetc",
"label": "ID Brightness Detection",
"componentList": [
{
"code": "idBrightnessDetc",
"label": "ID Brightness Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "colorMode",
"label": "Color Mode",
"componentList": [
{
"code": "colorMode",
"label": "Color Mode",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "screen",
"label": "Screen Detection",
"componentList": [
{
"code": "screen",
"label": "Screen Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
}
],
"outputImageList": [
{
"tag": "cropId",
"imageUrl": "/public/image/v2/4623ef8c-6bfb-4513-8f57-61ff51652634?type=cropId"
}
]
}
{
// Response
}
{
// Response
}
Postman Collection
NA
Last updated