Retake Video
xbrush_video_retakeRegenerate a video up to a given timestamp to create a new variation. Submits an async retake job using a specified model and source video URL.
Instructions
Regenerate (retake) a video up to a given timestamp, producing a new variation. Submits async — poll the returned request_id with xbrush_get_request.
Args: model (string, required): Retake model (e.g. ltx-2.3-retake). See xbrush_list_models(category='video'), featureType 'retake'. video_url (string, required): URL of the source video to retake. end_time (number, required): Timestamp in seconds (>= 0) up to which to regenerate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Video-retake model (e.g. ltx-2.3-retake). Use xbrush_list_models(category='video') and pick a model whose featureType is 'retake'. | |
| end_time | Yes | Timestamp in seconds (>= 0) up to which the video is regenerated into a new variation. | |
| video_url | Yes | URL of the source video to retake. |