v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
Recipes

Create a multi-shot video

Generate a multi-cut video from a story prompt (auto mode) or a custom shot list (custom mode).

post/v1/recipes/multi_shot_video

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Request body

OR

Example request

{
  "firstFrame": {
    "uri": "https://example.com/image.jpg"
  }
}

Response

The task that was created.

idstring uuid required

The ID of the task that was created. Use this to retrieve the task later.