Request Format
All API requests use the HTTPS protocol with JSON request bodies.Required Headers
| Header | Value | Description |
|---|---|---|
Authorization | Bearer YOUR_API_KEY | API authentication key |
Content-Type | application/json | Request body format |
Optional Headers
| Header | Value | Description |
|---|---|---|
Accept | application/json | Response format |
Request Example
Streaming Requests
Setstream: true to enable SSE streaming output:
data: and the stream ends with data: [DONE].
Online Debugging
You can debug the API online using the following methods:- Crazyrouter Playground - Visit crazyrouter.com/playground to test directly in your browser
- cURL - Send requests using the command-line tool
- Postman / Apifox - Use API debugging tools