v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Intelligence

Age Verification

Start an age verification for a person. Returns a task_id to poll GET /verify-age/{task_id}.

post/verify-age

Headers

x-api-keystring nullable

Request body

subjectobject required

The person to verify. Any identifiers you have (name, company, linkedin, email, location, etc.); more is better.

Response

Successful Response

task_idstring required

Async job ID. Poll GET /job-status/{task_id} for status and results.

status'RUNNING' required

Initial job status.

Example response

{
  "status": "RUNNING",
  "task_id": "job_123"
}