Anti-spoofing

POST https://okayliveplusdemo.innov8tif.com/pd/api/liveness_spoof/checking

Request to be submitted in form-data

Request Body

NameTypeDescription

data*

File

Selfie Image

apiKey*

String

XXXXXXXXXXXXXXXXXXXXXXX

{
    "status": "success",
    "message": "api.success",
    "score": 0.6890439391136169,
    "class": "Live" 
}

Example Input Parameter (form-data)

Error Messages

Face Not Found

{
    "status": "error",
    "message": "FACE_NOT_FOUND" 
}

Empty result or error in parsing the python result

{
    "status": "error",
    "message": "Error in processing" 
}

Last updated