Documentation Index
Fetch the complete documentation index at: https://docs.turboads.ai/llms.txt
Use this file to discover all available pages before exploring further.
Errors
TurboAds returns JSON errors with a stable shape:Common codes
| HTTP status | Code | Meaning |
|---|---|---|
400 | invalid_request | Required fields are missing or malformed. |
400 | invalid_model | The selected model is not supported by the endpoint. |
401 | unauthorized | API key is missing, invalid, or revoked. |
403 | forbidden | The requested project is outside the key’s workspace. |
404 | not_found | The resource does not exist or is not visible to the key. |
409 | not_ready | The final media URL is not ready yet. |
409 | generation_failed | The generation failed. |
429 | rate_limited | The API key has exceeded its rate limit. |