Skip to main content

Overview

The face comparison endpoints let you determine whether two base64-encoded images contain the same person. An optional liveness check can confirm the second image is of a live person (not a photo of a photo).

Face Compare

Compares two face images and returns a match result with confidence score.

Request Fields

Response


Face Compare with Liveness

Compares two face images and runs a liveness check on the second image to confirm it is a live capture.

Response

Liveness Result Fields

LivenessResultClass: false means the image is classified as a real live person, this is the desired passing state. A value of true indicates a potential spoof attempt.