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

Request Body

NameTypeDescription

apiKey*

string

To be assigned by Innov8tif

idImageBase64Image*

string

Front Driving License (2019) image in base64

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "f5f87cd0-d11c-429e-9de3-b55b055088f0",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-id-dl-2019-logo2",
                    "label": "Logo 2 Landmark",
                    "value": "98.07000000000001",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-logo2",
                    "refImageUrl": null
                },
                {
                    "code": "l-id-dl-2019-map",
                    "label": "Map Landmark",
                    "value": "41.78",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-map",
                    "refImageUrl": null
                },
                {
                    "code": "l-id-dl-2019-banner",
                    "label": "Banner Landmark",
                    "value": "95.49",
                    "imageUrl": "/public/image/v2/f5f87cd0-d11c-429e-9de3-b55b055088f0?type=l-id-dl-2019-banner",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Cautious",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorMode",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Mode",
                    "value": "Pass",
                    "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