Video Remix
OpenAI Format
Video Remix
Submit a remix extension based on an existing Veo video task using POST /v1/videos/{video_id}/remix.
POST
Video Remix
Video Remix
On the basis of a completed or available Veo video task, submit a new remix task viaPOST /v1/videos/{video_id}/remix. The API still returns an OpenAI-style video object.
- The path parameter
video_idis the original video task ID. - The request body must include both
promptandmodel. - A commonly used example remix model is
veo_3_1-extend; the actual available model depends on the current channel. - The
remixed_from_video_idin the new task response points to the source video ID.
Method and Path
Request Example
Response Example
id.
Authentication
Path Parameters
The source video task ID, which is the same as the
id returned by Veo Video Generation or the query interface.Body
Remix prompt, describing how you want to rewrite or continue the original video content.
The model name used for remixing, for example
veo_3_1-extend.Response
The new remix task ID.
Always
video.The actual remix model used.
Task status; common values include
queued, processing, completed, and failed.Task progress percentage.
Creation time (Unix timestamp).
Output size.
Output duration (seconds).
Source video task ID, namely the
video_id in the request path.A field related to image quality; some responses may return an empty string.