Version 2 (Blacklist Face Search)
[Available UAT Only] Centralized OkayFace Version 2 (Added Blacklist Face Search Module)
POST
https://ekycportaldemo.innov8tif.com/api/ekyc/okayface/v2
Note: A new scorecard with a blacklist face search feature is required. Please inform Innov8tif about the scorecard updates.
Headers
livenessMeta
String
The environment the image was taken in. Possible values are IOS
, ANDROID
, DESKTOP
or UNKNOWN
(the default).
e.g.
{"OS":"Desktop"}
Request Body
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
Face Image from ID card
imageBest *
object
Selfie photo
journeyId*
string
Retrieve from 'Create JourneyID' API
🆕blacklistFaceSearch*
boolean
Enable by verify if a selfie image matches any entries in the blacklist database. (Default: false)
{
"status": "success",
"messageCode": "api.success",
"imageBestLiveness": {
"probability": 0.99470514,
"score": 5.235708,
"quality": 0.93999994
},
"blacklistFaceSearch": {
"status": "NOT_FOUND", // It can be either FOUND or NOT_FOUND
"requestId": "d16b2ae4-2b71-4375-9e1b-d0f1a7ea998c"
},
"result_idcard": {
"confidence": 87.76302
}
}
Input Example (OkayFace Version 2)

Last updated
Was this helpful?