Facial Comparison

The facial comparison API employs machine learning models to determine similarities among multiple facial images.

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.

Compare Face

POST /api/FaceCompare/CompareFace

Request Body

Name
Type
Description

target

multipart/form-data

This should be an image file. Send image as a multi form data.

The target 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.

faces

multipart/form-data

This should be an image file. Send image(s)2 as a multi form data. The target 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.