Face Liveness Detection

The facial liveness detection API uses machine learning models to determine if an input image of a person's face is a spoof.

Before making the request, please ensure you meet the following prerequisites:

  1. Visit Licensing to see how to get your credentials.

  2. Please ensure that the images follows our image guidelines!

  3. We only support the following image formats: .jpeg, .jpg, .png

Checkout acceptable header values to see what values we accept for each header.

Verify Liveness

POST /api/FaceLiveness/VerifyLiveness

Request Body

Name
Type
Description

Media

multipart/form-data

This should be an image file. Send your image as a multi form data. The media image of the document that you would like to scan for. If multiple images are supplied, only the first will be used. Make sure to follow the input guidelines.