Could not load the API reference

This page needs two things: a renderer bundle (from a CDN) and openapi.yaml fetched over HTTP.

If you opened this file directly from disk (file://), the spec fetch is blocked by the browser. Serve the directory instead:

cd docs/api && python3 -m http.server 8080

Then open http://localhost:8080/.

If you have no CDN access, render the spec locally instead:

npx --yes @redocly/cli preview-docs openapi.yaml

The spec itself is the source of truth and is readable as plain YAML: docs/api/openapi.yaml. The prose companion is docs/api/README.md.