For the complete documentation index, see llms.txt. This page is also available as Markdown.

Facematch

Comparison of the document photo and the selfie.

Section: facematch

Required files: selfie and document image containing a picture

Attribute
Type
Description

statusCode

String

Query status (details)

confidence

Number

Level of similarity in the compared images

identical

Boolean

Confirmation of similarity

ageRange

String

Approximate age range (optional)

gender

String

Male or Female (optional)

{
  "facematch": {
    "statusCode": "01",
    "confidence": 0.90068,
    "identical": true,
    "ageRange": "16 - 22",
    "gender": "Male"
  }
}
Rule
Description

facematch_has_selfie_photo

The rule checks whether the submission contains a selfie or not. What triggers the rule is the absence of a selfie.

facematch_is_equal

Compare the similarity of the document to the selfie.

liveness_manual_revision

This rule sends the selfie for manual anti-spoofing verification.

Note about the "gender" field: The value returned in this field is the result of an automated estimate made by artificial intelligence models based on analysis of the image submitted. This classification does not necessarily reflect the gender identity with which the person identifies. Therefore, it is only an attribute inferred by the system, without any value judgment or intention to define the individual's personal identity.

Last updated