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:
- /faceMatch
You can try the openJourney endpoint here.
Endpoints Overview
- 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
Authorizationheader as follows:
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
Request Body Parameters
Request Body Parameters
Response Structure
Response Structure
Response Structure
Example Request
Example Request
Example Request
Example Response
Example Response
Example Response