Version 1

POST https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/ph-umid

Request Body

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "da9cb5ce-d661-4335-8d44-f420520c9c60",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-ph-umid-republic-log",
                    "label": "Republic Logo",
                    "value": "72.41",
                    "imageUrl": "/public/image/v2/da9cb5ce-d661-4335-8d44-f420520c9c60?type=l-ph-umid-republic-log",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-umid-republic-header",
                    "label": "Republic Header",
                    "value": "57.809999999999995",
                    "imageUrl": "/public/image/v2/da9cb5ce-d661-4335-8d44-f420520c9c60?type=l-ph-umid-republic-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-umid-logo",
                    "label": "UMID Logo",
                    "value": "87.86",
                    "imageUrl": "/public/image/v2/da9cb5ce-d661-4335-8d44-f420520c9c60?type=l-ph-umid-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-umid-flower",
                    "label": "Flower",
                    "value": "48.44",
                    "imageUrl": "/public/image/v2/da9cb5ce-d661-4335-8d44-f420520c9c60?type=l-ph-umid-flower",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/da9cb5ce-d661-4335-8d44-f420520c9c60?type=cropId"
        }
    ]
}

Input Example

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

Last updated