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.

Videos

Video generations are asynchronous jobs.

Generate a video

POST /v1/videos/generate
{
  "project_id": "PROJECT_ID",
  "prompt": "A cinematic shot of a founder holding the product in a kitchen",
  "model": "sora-2",
  "aspect_ratio": "9:16",
  "duration": 8
}
Supported models:
  • sora-2-pro
  • sora-2
  • kling-3.0
  • kling-2.6
  • veo-3.1
  • seedance-1.5
  • grok-video

Get generation status

GET /v1/videos/{id}
Returns job metadata and status.

Get video URL

GET /v1/videos/{id}/url
Returns the final video URL once ready. If the video is still processing, the API returns 409 not_ready.