Extend Video
xbrush_video_extendExtend any video by appending AI-generated motion. Submit a video URL and desired duration (1-20 seconds) to create a longer clip with async polling.
Instructions
Extend an existing video by generating additional seconds of motion. Submits async — poll the returned request_id with xbrush_get_request.
Args: model (string, required): Extend model (e.g. ltx-2.3-extend, pixverse-v6-extend). See xbrush_list_models(category='video'), featureType 'extend'. video_url (string, required): URL of the source video to extend. duration (number, required): Seconds of new video to append (1-20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Video-extend model (e.g. ltx-2.3-extend, pixverse-v6-extend). Use xbrush_list_models(category='video') and pick a model whose featureType is 'extend'. | |
| duration | Yes | Seconds of new video to append (1-20). | |
| video_url | Yes | URL of the source video to extend. |