midjourney_extend_video
Extend a previously generated video by providing a prompt to continue its motion or story, adding more frames to make the clip longer. Returns the task ID and new video URLs.
Instructions
Extend an existing Midjourney video to make it longer.
This allows you to continue a previously generated video by adding more
frames based on your prompt description.
Use this when:
- You want to make a video longer
- You want to continue the story or motion from an existing video
- You need to add more content to a short clip
Returns:
Task ID and extended video information including new video URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Generation mode. | fast |
| async | No | Whether to process the request asynchronously. | |
| prompt | Yes | Description for the video extension. This guides how the video should continue. | |
| video_id | Yes | ID of the video to extend. This is the 'video_id' field from a previous video generation result. | |
| resolution | No | Optional video resolution. '720p' or '480p'. | |
| video_index | No | Index of the video to extend from the video_urls array. 0-indexed, default is 0 (first video). | |
| callback_url | No | Webhook callback URL for asynchronous notifications. When provided, the API will call this URL when the video extension is complete. | |
| end_image_url | No | Optional URL of an image to use as the final frame of the extended video. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |