Acceptable header values

This page will explain what values are acceptable for each header.

Headers

Header

Description

Content-type

multipart/form-data

Authorization

You need to add the word Bearer Infront of this string when sending. Use the Above call to obtain this token.

CorrelationID

This value is managed by the consumer of this API. When this value is set and there is a forwarding service all facial data will be passed to the forwarding service with the CorrelationID to manage the response. This is a security option to store data on another service as the data on the consuming UI could be tampered with.

Hash

This value is the image hash of the image used to perform liveness detection

UseV2

Set this to true to use version 2 of the face liveness model.

UseV3

Set this to true to use version 3 of the face liveness model. IMPORTANT!!! This model can’t be deployed on prem yet.

UseV4

Set this to true to use version 4 of the face liveness model. IMPORTANT!!! can only be used with video files.

Last updated