API reference
REST API · v1
Production endpoints with idempotency, structured errors, and webhook deliveries. Full reference content is rolling out — the catalog below is the canonical surface.
| Method | Path | Description |
|---|---|---|
| POST | /v1/verifications | Create a verification (identity, document, media). |
| GET | /v1/verifications/{id} | Retrieve a verification by id. |
| POST | /v1/verifications/{id}/review | Submit a manual review decision. |
| POST | /v1/documents | Authenticate a single document. |
| POST | /v1/media/scan | Run deepfake / authenticity scan on media. |
| POST | /v1/media/seal | Seal captured media with a provenance manifest. |
| GET | /v1/webhooks | List webhook endpoints. |
| POST | /v1/webhooks | Create a webhook endpoint. |
| GET | /v1/audit-logs | Page through workspace audit events. |
| GET | /v1/team | List team members. |
Full schema and SDK examples are hosted in the developer portal. Request access via support@verify.example.
