Versions
Changes: Added blurriness detection, brightness detection, color detection, and screen detection
Version 1
POST
https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v2/doc-verify/id-dl-2019-back
Request Body
Name | Type | Description |
---|---|---|
apiKey* | string | To be assigned by Innov8tif |
idImageBase64Image* | string | Back Driving License (2019) image in base64 |
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "3ed9b649-03f0-4b7f-92dd-3e1b2a053858",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-id-dl-back-flag",
"label": "Flag Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
},
{
"code": "l-id-dl-back-logo",
"label": "Logo Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
},
{
"code": "l-id-dl-back-pattern-left",
"label": "Pattern Left Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
},
{
"code": "l-id-dl-back-pattern-right",
"label": "Pattern Right Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"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": null
}
Postman Collection
NA
Last updated