Requests
CamelStep adheres to the JSON:API standard conventions where possible. All requests should be made over HTTPS.
Base URL
All API requests should be directed to:
https://api.camelstep.ai/v1
Headers
The following headers are typically required:
| Header | Value | Description |
|---|---|---|
| Authorization | Bearer <key> | Your API key |
| Content-Type | application/json | Inputs are JSON formatted |
| X-Title | (Optional) | Custom app name for your reference |