Centralized OkayFace

POST https://ekycportaldemo.innov8tif.com/api/ekyc/okayface

Request Body

NameTypeDescription

imageIdCardBase64

string

Uncheck 'imageIdCard' to enable this parameter to be working

imageBestBase64

string

Uncheck 'imageBest' to enable this parameter to be working

livenessDetection

boolean

Set to True - return liveness score

imageIdCard

object

Front id card image

imageBest

object

Selfie photo

journeyId

string

Retrieve from 'Create JourneyID' API

{
    "status": "success",
    "messageCode": "api.success",
    "imageBestLiveness": {
        "probability": 0.9999331,
        "score": 9.612308,
        "quality": 0.6691686
    },
    "request_id": "1591169623008663I8E5268153513648",
    "result_idcard": {
        "confidence": 88.0169
    }
}

Input Example in Postman

Last updated