Dev note
Download the full OpenAPI specification
Generate SDK clients, drive AI agents, or import into Postman with one file.
- Type
- New feature
- Shipped
- Areas
- API · Developer Tools
The complete OpenAPI 3.1 specification for the OmniDimension REST API is now downloadable as a single file at docs.omnidim.io/openapi.yaml.
What you can do with it:
- Import into Postman, Insomnia, or Stoplight for an interactive API workspace.
- Generate type-safe client SDKs in any language using openapi-generator or similar tools.
- Feed it to AI agents (Claude, ChatGPT, Perplexity) to let them call OmniDimension endpoints natively.
- Validate request and response shapes during development.
The spec stays in sync with the public REST API documented at docs.omnidim.io/docs/api-reference. All 49 endpoints are covered with full request, response, and schema definitions.
