Skip to main content

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.

Rate Limits

Rate limits are applied per API key.
Endpoint typeLimit
Discovery and polling120 requests per minute
Generation30 requests per minute
When a key exceeds its limit, TurboAds returns 429:
{
  "error": {
    "code": "rate_limited",
    "message": "Rate limit exceeded."
  },
  "retry_after_ms": 1200
}
Use retry_after_ms before retrying.