OpenAPI reference -- Verify API
The machine-readable schema is generated directly from Verify's live FastAPI routes and Pydantic models -- it is authoritative, and every page under /docs describes it in prose rather than duplicating it.
Machine-readable schema
Generated at request time from the live application -- there is no hand-maintained copy to drift out of sync.
Interactive reference
An interactive Swagger UI and ReDoc are both available, generated from the same schema. Neither pre-fills or exposes production credentials -- you supply your own Bearer token to try an authenticated call.
What's excluded
Operator, internal, and observability routes (health checks, metrics, admin endpoints, and internal webhooks) are deliberately excluded from the public schema. Everything documented under /docs is present in it.
Versioning
The schema's info.version always reflects the running deploy's version -- it is read live from the application, never hard-coded into these pages.