Version 1.8 [iBeta Level 1 Certified]
Check whether an input face image is genuine or fake.
POST
https://api.iapp.co.th/facial_anti_spoofing/predict
This system is certified by iBeta Level 1 and is capable of detecting face spoofing attempts through various techniques, including printed photos, realistic face masks for impersonation, photos captured from computer screens, and video replays.
Headers
apikey*
String
Your API Key to call this API
Request Body
file*
File
The binary data of the image
Response
filename
String
File name
predict
String
Prediction result, either REAL or SPOOF, based on the normalized score
score
Float
Prediction score after normalization
darkness
Float
Darkness level as a percentage
data
Dictionary
Prediction scores for both REAL and SPOOF categories before normalization
normalized
Dictionary
Prediction scores for both REAL and SPOOF categories after normalization
status_code
Integer
Status code indicating success or error in processing
duration
Float
Processing time duration
message
String
Result or error message from processing
Last updated