Skip to main content

Extend AI Video

POST 

/api/v1/runway/extend

Extend existing AI-generated videos to create longer sequences.

Usage Guide

  • Add additional segments to your AI-generated videos
  • Maintain visual consistency while extending narratives
  • Create longer sequences for storytelling or demonstrations

Parameter Details

  • taskId identifies the original video to extend
  • prompt guides how the video should continue
  • quality video resolution, optional values are 720p or 1080p.
  • waterMark video watermark text content, empty string means no watermark

Developer Notes

  • Extended videos are stored for 14 days before automatic deletion
  • Extension maintains the same aspect ratio as the original video
  • Extension works best when continuing the same subject/theme as the original video

Request

Responses

Request successful

Callbacks

POST 

{$request.body#/callBackUrl}

When video extension is complete, the system will send a POST request to the provided callback URL to notify the result

Callbacks Responses

Callback received successfully