API Documentation

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.

Request Body

Score is probability that an input image is spoofing face.

is_spoof is the detection class, true if it is the spoofed image.

{
    "score": 0.00016995535406749696,
    "is_spoof": false
}

Last updated