Skip to main content

Age Verification

This capability answers whether the person in front of the camera is of legal age.

What it does

Evaluates the age of the face captured during the session. Returns YES when the face belongs to an adult, NO when it belongs to a minor, and INCONCLUSIVE when evidence is insufficient to reach a decision.

Inputs

  • A capture session opened via POST /v1/process with a flow that includes Age Verification.
  • The user's identification document number (CPF in Brazil) — optional.

Possible responses

ResponseMeaning
YESThe face belongs to a person of legal age.
NOThe face does not belong to a person of legal age.
INCONCLUSIVEInsufficient evidence to reach a decision.

Availability

SurfaceSupported
SDK (Android, iOS, Flutter)
Web (iFrame, Redirect)
API (headless, no SDK)

Valid combinations

Age Verification appears in flows that include the age suffix:

idage, idagedocumentless.

For the full matrix, see Available flows.

Use cases that use this capability