Version 1
Centralized OkayFace Plus Version 1
POST https://ekycportaldemo.innov8tif.com/api/ekyc/okayface-plus/v1
Headers
Key
Value
Content-Type
multipart/form-data
Request Body
Field
Type
Description
journeyId*
string
Retrieve from 'Create JourneyID' API. Mandatory field.
imageIdCard *
object
Multipart file - face image from ID card. Mandatory field.
imageBest *
object
Multipart file - Selfie Image. Mandatory field.
mobileSdkData *
object
Multipart File - bundle data from OkayCam Plus mobile SDK. Mandatory field.
Response Body
Field
Description
status
Indicate API status. Values can be
success
error.
messageCode
Show when API calls is success.
api.success
imageBestLiveness
Show face liveness probability from 0 (attack) to 1 (live).
imageBestCaptureLiveness
Show capture liveness probability from 0 (attack) to 1 (live).
result_idcard
Show 1:1 face verification result
{
"status": "success",
"messageCode": "api.success",
"imageBestLiveness": {
"probability": 0.92135316
},
"imageBestCaptureLiveness": {
"probability": 1.0,
"score": 0.1745683
},
"result_idcard": {
"confidence": 100.0
}
}
{
status: "error"
}{
status: "Internal Server Error"
}Input Example (OkayFace Plus Version 1)

Postman Collection
Last updated