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

  1. success

  2. error.

messageCode

Show when API calls is success.

  1. 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

Response Code Block
{
    "status": "success",
    "messageCode": "api.success",
    "imageBestLiveness": {
        "probability": 0.92135316
    },
    "imageBestCaptureLiveness": {
        "probability": 1.0,
        "score": 0.1745683
    },
    "result_idcard": {
        "confidence": 100.0
    }
}

Input Example (OkayFace Plus Version 1)

Kindly refer to the page below for the interpretation of the result.

Interpretation of Result and Recommended Threshold - Face Plus

Postman Collection

Last updated

Was this helpful?