Retake video section
Edit a specific section of a video by replacing audio, video, or both using AI generation.
The edited section is defined by the start_time and duration parameters.
Authentication
Request
Input video for editing. See Input Formats for supported formats and codecs.
- Maximum resolution: 3840x2160 (4K)
- Minimum frame count: 73 (around 3 seconds at 24fps)
Start time in seconds, defines the section to be edited in the input video.
The section defined by start_time and duration should be within the duration of the input video.
If the section extends beyond the duration of the video, it will be clamped to the video duration.
Duration in seconds, defines the duration of the section to be edited in the input video. Must be at least 2 seconds.
The section defined by start_time and duration should be within the duration of the input video.
If the section extends beyond the duration of the video, it will be clamped to the video duration.
Describing what needs to happen in the generated video in a section
defined by start_time and duration.
Can be any of the following:
replace_audio- Replace only the audio trackreplace_video- Replace only the video trackreplace_audio_and_video- Replace both audio and video tracks
The default value is replace_audio_and_video if not specified.
The resolution of the generated video in WIDTHxHEIGHT format. When omitted, the resolution is automatically determined based on the input video orientation — portrait videos produce 1080x1920 output, landscape videos produce 1920x1080 output.