Version 2

Added blurriness detection, brightness detection, color detection, and screen detection

POST https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v2/doc-verify/mykas

Request Body

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "92f6064a-8d50-41a4-9216-baa89d3e77a1",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-kas-flag",
                    "label": "Flag",
                    "value": "98.6260175704956",
                    "imageUrl": "/public/image/v2/xxxxxx?type=l-kas-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-header",
                    "label": "Header",
                    "value": "97.2849428653717",
                    "imageUrl": "/public/image/v2/xxxxxxx?type=l-kas-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-mykas",
                    "label": "My Kas",
                    "value": "97.65569567680359",
                    "imageUrl": "/public/image/v2/xxxxxx?type=l-kas-mykas",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-chip",
                    "label": "Chip",
                    "value": "97.6776123046875",
                    "imageUrl": "/public/image/v2/xxxxxxxxx?type=l-kas-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-kas-green-block",
                    "label": "Green Block",
                    "value": "97.46013879776001",
                    "imageUrl": "/public/image/v2/xxxxxxxx?type=l-kas-green-block",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/xxxxxxxxxx?type=cropId"
        }
    ]
}

Input Example

JSON
{
    "apiKey": "apiKey",
    "caseNo": "CASE 123",
    "idImageBase64Image": "/9j/4AAQSkZJ...fYs1wRtQHt//Z\r\n",
}

Last updated