Interactive OpenAPI Reference
The full machine-readable OpenAPI 3.1 schema is served by the API itself at:
https://api.canverly.com/openapi.jsonThe interactive viewer below is rendered by Scalar, which pulls the schema directly at page load. All 22 operations are browsable and every response is documented.
The auth widget sends requests to https://api.canverly.com — production.
Any key you paste there acts on the real site it belongs to, so a POST /v1/posts from this page publishes for real. Read calls are safe; use a
throwaway draft if you want to try a write.
Alternatives
Section titled “Alternatives”If Scalar fails to load (e.g. corporate CSP, offline reading), try these:
- Raw schema: https://api.canverly.com/openapi.json — pipe into any OpenAPI tool (Postman, Insomnia, openapi-generator).
- Stoplight Elements: drop the schema URL into https://elements-demo.stoplight.io.
- Swagger Editor: https://editor.swagger.io → File → Import URL.
Schema stability
Section titled “Schema stability”The OpenAPI schema is the source of truth for the API surface. Breaking changes are versioned by URL prefix (/v1, /v2, …) and announced at least 90 days in advance via the changelog. Additive changes (new optional fields, new endpoints, new enum members) ship without notice.