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
string
required
The source video task ID, which is the same as the
id returned by Veo Video Generation or the query interface.Body
string
required
Remix prompt, describing how you want to rewrite or continue the original video content.
string
required
The model name used for remixing, for example
veo_3_1-extend.Response
string
The new remix task ID.
string
Always
video.string
The actual remix model used.
string
Task status; common values include
queued, processing, completed, and failed.integer
Task progress percentage.
integer
Creation time (Unix timestamp).
string
Output size.
string
Output duration (seconds).
string
Source video task ID, namely the
video_id in the request path.string
A field related to image quality; some responses may return an empty string.