Skip to main content

Face Match API - Detailed Documentation

Facematch provides biometric face comparison as a standalone service or as a building block in composite flows. You can compare:
  • Two open images (Base64 JPEG/PNG)
  • Two biometric templates
  • Open image ↔ biometric template
  • ID document portrait (TokenFaceImage) ↔ image/template Optionally enable Liveness to add passive liveness analysis in the same request.

API Playground:

You can try the openJourney endpoint here.

Endpoints Overview

  1. Face Match: Compare two faces and return a similarity score and decision.

Authentication

To access the Address Verification API, authentication is required. A Bearer Token must be included in every request.
  • Tokens are valid for 60 minutes and must be refreshed after expiration.
  • Refer to the Authentication for detailed steps on obtaining a token.
  • Include the token in the Authorization header as follows:
Authorization: Bearer YOUR_ACCESS_TOKEN

API Base URL

Production:

Sandbox:


1. Face Match

Endpoint

POST /faceMatch

Description

This endpoint compares two faces and return a similarity score and decision.

Required Headers

Request Body Parameters

Response Structure

Example Request

Example Response