Perform trusted adult verification
Starts a trusted adult verification and returns a hosted URL to display in an iframe. It establishes that the person completing it is an adult who can act for a minor, rather than establishing a specific age — so it takes no age criteria. 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 trusted adult verification
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/age-verification/perform-trusted-adult-verification" \ -H "Content-Type: application/json" \ -d '{ "jurisdiction": "US-CA" }'{ "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 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.
Push activity records for a session POST
Submit a batch of activity records against product-declared activity types. Records are validated per-record; the response carries a per-record status (`accepted` or `rejected` with a reason). Submitting a record whose `id` was already accepted is a safe no-op - it counts as `accepted` again and is not stored twice. The whole batch is rejected if the session does not exist or is revoked.