luma_extend_video_from_url
Extend an existing video by providing its URL and a prompt for the extension. Optionally supply an end image URL for the final frame.
Instructions
Extend an existing video using its URL.
Similar to luma_extend_video, but uses the video URL instead of video ID.
This is useful when you have the video URL but not the original video ID.
Use this when:
- You have the video URL from a previous generation
- You want to extend a video but don't have the video_id
Returns:
Task ID and the extended video information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | URL of the video to extend. Must be a valid video URL from a previous Luma generation. | |
| prompt | Yes | Description of what should happen in the extended portion of the video. | |
| 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 |