Perform facial age estimation
Starts a facial age estimation and returns a hosted URL to display in an iframe. The player is asked for a selfie, and a model estimates their age range from it — no document or account is involved. The player completes it at the returned URL; read the outcome from `/age-verification/get-status` or a webhook.
Authorization
api-key In: header
Request Body
application/json
Perform facial age estimation
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/age-verification/perform-facial-age-estimation" \ -H "Content-Type: application/json" \ -d '{ "jurisdiction": "US-CA", "criteria": {} }'{ "id": "12345678-1234-1234-1234-123456789012", "url": "https://example.com/verify", "shortUrl": "https://example.com/s/12345678-1234-1234-1234-123456789012?pid=42&s=qr"}Perform custom age verification POST
Starts an age verification that follows a custom scenario configured on your product, and returns a hosted URL to display in an iframe. Use it when the standard methods do not match the flow your product needs. Identify the scenario with `scenarioId`. The player completes it at the returned URL; read the outcome from `/age-verification/get-status` or a webhook.
Perform ID verification POST
Starts an ID document verification and returns a hosted URL to display in an iframe. The player photographs a government-issued document, which yields a high-assurance age. The player completes it at the returned URL; read the outcome from `/age-verification/get-status` or a webhook.