This service is typically used to match a selfie against a document portrait or verify if two images belong to the same individual.
POST/api/gw/services/face_match
Authorizations
string
required
API key used to authenticate the request.
Body
string
required
Base64-encoded first face image (selfie or document portrait).
string
required
Base64-encoded second face image for comparison.
string
Original filename of first image.
string
Original filename of second image.
Response
- 200
- 400
boolean
Indicates whether the request was processed successfully.
string
Unique identifier for the API request.
string
Identifier used for tracing the request across systems.
object
Contains face matching results.
number
Similarity score between the two faces (0 to 1).
string
Result of the face comparison (e.g., MATCH, NO_MATCH).
boolean
Indicates whether both faces belong to the same person.
object | null
Contains error details if the request fails; otherwise null.
number
Time taken to process the request in milliseconds.
string
Timestamp when the request was processed (ISO 8601 format).