Video Remix
Unified Video
Video Remix
Use POST /v1/video/remix to submit remix requests for existing Grok tasks through the unified video format.
POST
Video Remix
Video Remix
The Grok unified video remix endpoint isPOST /v1/video/remix. Unlike OpenAI-format Video Remix, the original task ID is passed in the Body via task_id instead of a path parameter.
- The route endpoint is
POST /v1/video/remix. - Required fields:
model,prompt,size,aspect_ratio,task_id. - After submission succeeds, poll the newly returned
idusing Query Task.
Method and Path
Request Example
Response Example
Authentication
Body
Model name, for example
grok-video-3.Remix prompt.
Resolution specification, pass
720P or 1080P.Video ratio, optional values:
2:3, 3:2, 1:1.Original video task ID, matching the
id returned by Create Video or Query Task.Upstream post ID. Appears in some Apifox examples; not a required schema field. Pass it if needed.
Response
New remix task ID.
Task status. Common values include
processing, completed, failed.Most recent status update time (Unix timestamp).