Videos
Remix Video
POST
Remix Video
Create a remix of a completed video using a refreshed prompt.
Method Signature
Parameters
string
required
The ID of the completed video to remix.
string
required
Updated text prompt that directs the remix generation.
Returns
Returns a newVideo object representing the remix generation job.
string
Unique identifier for the remix video job.
string
Current lifecycle status of the remix job:
queued- waiting to startin_progress- currently generatingcompleted- successfully finishedfailed- generation failed
string
Identifier of the source video that was remixed.
integer
Unix timestamp (seconds) for when the remix job was created.
integer
Unix timestamp (seconds) for when the job completed, if finished.
integer
Unix timestamp (seconds) for when the downloadable assets expire, if set.
string
The video generation model that produced the remix.
string
The remix prompt that was used to generate the video.
integer
Duration of the generated clip in seconds (inherited from source video).
string
The resolution of the generated video (inherited from source video).
integer
Approximate completion percentage for the generation task (0-100).
object
Error payload that explains why generation failed, if applicable.
Examples
Basic video remix
Remix and poll for completion
Create multiple variations
Iterative refinement
Remix with download
Remix Video