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.
API Overview
The TurboAds Public API lets you create and poll media generation jobs from your own backend, automation tools, and internal workflows.Base URL
/v1.
Authentication
Create an API key inSettings > Developers, then send it as a bearer token.
Core workflow
- List workspace projects and choose an existing
project_id. - Create an image, video, replace actor, or talking actor generation.
- Poll the generation by ID until it reaches
completedorfailed. - Fetch the final asset URL from the matching
/urlendpoint when the resource supports one.