Try the API Playground
- Navigate to any endpoint page (e.g., Create Chat)
- Click Try it in the request panel
- Enter your Bearer token
- Modify parameters and send the request
The playground makes real API requests. Use a test model to avoid consuming production credits.
Download OpenAPI Specification
The OpenAPI spec is auto-generated from our codebase and always reflects the latest API:Generate Client Libraries
Use OpenAPI Generator to create type-safe clients in any language:API Versioning
The API version is included in the base URL:
Breaking changes are communicated via email and changelog updates before release.
Related
API Overview
Base URL, authentication, rate limits
Authentication
JWT and M2M setup