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

Face Details

Information extracted from the submitted selfie.

Section: faceDetails

Required files: selfie

Attribute
Type
Description

statusCode

String

Query status (details)

data

Object

Return data

data.ageRangeLow

Number

Minimum approximate age

data.ageRangeHigh

Number

Maximum approximate age

data.gender

String

Gender

{
  "faceDetails": {
    "statusCode": "01",
    "data": {
      "ageRangeLow": 28,
      "ageRangeHigh": 32,
      "gender": "Male"
    }
  }
}
Rule
Description

face_and_birthdate_compare

Check if the estimated age based on the selfie is different from the date of birth returned in the Receita Federal or read in the OCR.

face_details_over_18

Check if the approximate age identified in the selfie is under 18 years old.

Last updated