Version 2

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

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

Request Body

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "8fc6c0bf-ff01-4669-ae6e-7c6bf408615e",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-pr-flag",
                    "label": "Flag",
                    "value": "94.02863383293152",
                    "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=l-pr-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-header",
                    "label": "Header",
                    "value": "84.22603011131287",
                    "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=l-pr-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-mypr",
                    "label": "My Pr",
                    "value": "88.79823088645935",
                    "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=l-pr-mypr",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-chip",
                    "label": "Chip",
                    "value": "73.36655855178833",
                    "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=l-pr-chip",
                    "refImageUrl": null
                },
                {
                    "code": "l-pr-white-block",
                    "label": "White Block",
                    "value": "97.12769985198975",
                    "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=l-pr-white-block",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "blurrinessDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "blurrinessDetection",
                    "label": "ID Blur Detection",
                    "value": "Cautious",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "brightnessDetection",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "brightnessDetection",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorDetection",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorDetection",
                    "label": "Color Mode",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/8fc6c0bf-ff01-4669-ae6e-7c6bf408615e?type=cropId"
        }
    ]
}

Input Example

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

Last updated