API Reference
Z-CMS generates an OpenAPI document from the routes running in cms-api.
In a local environment, interactive API documentation is available by default at:
http://localhost:4100/api/v1/docsExport the OpenAPI JSON with:
pnpm openapiThe generated API reference is the source of truth for endpoints, request schemas and response schemas. The guides in this site explain use cases and trust boundaries.