---
title: "Age Verification"
method: POST
path: "/verify-age"
tags: ["Intelligence"]
---

# Age Verification

`POST /verify-age`

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

## Headers

- `x-api-key` string, nullable

## Request body

- VerifyAgeRequest
  - `subject` object, required — The person to verify. Any identifiers you have (name, company, linkedin, email, location, etc.); more is better.

## Response `200`

Successful Response

- AsyncJobStartResponse
  - `task_id` string, required — Async job ID. Poll GET /job-status/{task_id} for status and results.
  - `status` 'RUNNING', required — Initial job status.

## Other responses

- `400` — Request was rejected by the route's validation rules.
- `401` — Missing or invalid API key.
- `403` — Organization access is locked.
- `422` — Request body failed validation.
- `500` — Unexpected server error. Retry with backoff.

---

[API](https://skmtc.dev/sixtyfour/apis/sixtyfour-api.md) · [All operations](https://skmtc.dev/sixtyfour/apis/sixtyfour-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sixtyfour/sixtyfour-api/revisions/51f0a2b62b44/schema)
