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.

Replace Actors

Replace Actor generations transfer motion from a reference video onto a character image.

Generate a Replace Actor video

POST /v1/replace-actors/generations
{
  "project_id": "PROJECT_ID",
  "image_url": "https://example.com/character.png",
  "video_url": "https://example.com/reference.mp4",
  "prompt": "Keep the same motion and framing",
  "duration": 10,
  "aspect_ratio": "9:16"
}

Get generation status

GET /v1/replace-actors/generations/{id}
Returns job metadata and status.