HTTP API Reference¶
Interactive reference for the zeroth-core FastAPI service. The OpenAPI
spec is generated from the FastAPI app at docs-build time via
scripts/dump_openapi.py — it is not committed to the repo.
Regenerating the spec locally¶
The docs CI runs the same command before mkdocs build, so the
published Swagger UI always reflects the live FastAPI routes.
Offline consumption¶
The raw JSON is served at /assets/openapi/zeroth-core-openapi.json on the built docs site for tooling that wants to consume it directly (e.g., openapi-typescript, Postman import, ReDoc).