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:| Format | URL |
|---|---|
| OpenAPI 3.1 (JSON) | api.cuadra.ai/v1/openapi.json |
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:| Version | Status |
|---|---|
| v1 | Current, stable |
Related
API Overview
Base URL, authentication, rate limits
Authentication
JWT and M2M setup