Version 1

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

Request Body

NameTypeDescription

caseNo

string

Reference code given by user

apiKey

string

To be assigned by Innov8tif

idImageBase64Image

string

Front prc id card image in base64

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "3b045e4d-d29b-49fb-a21f-a3920bd72dc0",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-ph-b1-logo",
                    "label": "Logo",
                    "value": "95.65",
                    "imageUrl": "/public/image/v2/3b045e4d-d29b-49fb-a21f-a3920bd72dc0?type=l-ph-b1-logo",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-b1-republic-header",
                    "label": "Republic Header",
                    "value": "68.08",
                    "imageUrl": "/public/image/v2/3b045e4d-d29b-49fb-a21f-a3920bd72dc0?type=l-ph-b1-republic-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-b1-republic-log",
                    "label": "Republic Logo",
                    "value": "92.46",
                    "imageUrl": "/public/image/v2/3b045e4d-d29b-49fb-a21f-a3920bd72dc0?type=l-ph-b1-republic-log",
                    "refImageUrl": null
                },
                {
                    "code": "l-ph-b1-barcode",
                    "label": "Barcode",
                    "value": "55.92",
                    "imageUrl": "/public/image/v2/3b045e4d-d29b-49fb-a21f-a3920bd72dc0?type=l-ph-b1-barcode",
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": [
        {
            "tag": "cropId",
            "imageUrl": "/public/image/v2/3b045e4d-d29b-49fb-a21f-a3920bd72dc0?type=cropId"
        }
    ]
}

Input Example

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

Last updated