| File | Format | Description |
|---|---|---|
openapi.yaml | YAML | Main REST API spec (source of truth) |
openapi.json | JSON | Same content, auto-generated from YAML |
voice.asyncapi.yaml | YAML | AsyncAPI spec for the streaming Voice API |
voice.asyncapi.json | JSON | Same content, auto-generated from YAML |
Swagger’s “Try it out” in-browser simulator creates valid curl requests, but requests will fail due to CORS restrictions.
api-reference/ directory of the api-docs repository. If you encounter issues or have feature requests, create an issue.