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
Example request
{
"firstFrame": {
"uri": "https://example.com/image.jpg"
}
}Response
The task that was created.
Changes
Changed in 3 of the 54 revisions of this API.14
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the required property
estimatedCostto the response with the200statusresponse-required-property-added
- ○
- ▲
removed
subschema #1subschema #2from the request bodyoneOflistrequest-body-one-of-removed
- ○
added
subschema #1subschema #2to the request bodyoneOflistrequest-body-one-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○