Remix Video Endpoint
Remix an existing generated video with a new prompt (video-to-video).
Body: prompt (str, required): Editing instruction for the remix. model (str, optional): Video-to-video model alias. Defaults to Gemini Omni Flash Edit ("gemini-omni-flash-edit"). image_urls (list[str], optional): Reference images, for models that accept them alongside a source video. duration (str, optional), aspect_ratio (str, optional), resolution (str, optional): forwarded to the model when supported. keep_audio (bool, optional): retain source audio when supported.
Creates a new video record (status="generating") with the same ownership scope as the source video and runs generation in the background.
Path parameters
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.