Version 1.0
Check whether an input face image is genuine or fake.
POST
https://api.iapp.co.th/face-spoofing
Can detect face spoofing by the following techniques: printed photos, realistic face mask for impersonation, taken face photo from computer screen, and video replays.
Headers
Name
Type
Description
apikey*
String
Your API Key to call this API
Request Body
Name
Type
Description
file*
File
The binary data of the image
Score is probability that an input image is spoofing face.
is_spoof is the detection class, true if it is the spoofed image.
Last updated