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.

Changes

Changed in 3 of the 54 revisions of this API.14

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the required property estimatedCost to the response with the 200 status

      response-required-property-added

  • e7d9a59ac7b011See the full diff
    • removed subschema #1 subschema #2 from the request body oneOf list

      request-body-one-of-removed

    • added subschema #1 subschema #2 to the request body oneOf list

      request-body-one-of-added

    • endpoint added

      endpoint-added