Skip to content

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/docs

Export the OpenAPI JSON with:

Terminal window
pnpm openapi

The 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.