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.

Authentication

TurboAds API keys are workspace-scoped bearer tokens. Create keys in Settings > Developers. Only workspace owners can create or revoke keys. Send your API key in the Authorization header:
Authorization: Bearer ta_live_...

Key storage

TurboAds stores only a SHA-256 hash of each key. The full secret is shown once when created.

Revoked keys

Revoked keys stop working immediately and return:
{
  "error": {
    "code": "unauthorized",
    "message": "Missing, invalid, or revoked API key."
  }
}