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.

post/api/videos/{video_id}/remix

Path parameters

video_idstring required

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/api/videos/{video_id}/remix:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.