Video Remix
OpenAI Format
Video Remix
Submit a remix based on an existing Grok video task using POST /v1/videos/{video_id}/remix.
POST
Video Remix
Video Remix
OpenAI-format entry point. For unified video, use Video Remix (Unified Video) (POST /v1/video/remix, pass task_id in the Body).
Based on an existing Grok video task, submit a remix task via POST /v1/videos/{video_id}/remix to generate variants with new prompts and aspect ratio parameters.
- The path parameter
video_idis the original video task ID. - The request body is JSON and must include
model,prompt,size, andaspect_ratio. - After a successful submission, the new task
idandstatusare returned. Please poll using Grok Task Query or Query Task for unified video, depending on which pipeline the original task belongs to.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Source video task ID, consistent with the
id returned by Grok Video Generation or the query interface.Body
Model name, for example
grok-video-3.Remix prompt describing how to rewrite or continue the original video content.
Resolution specification, pass
720P or 1080P.Video aspect ratio, optional values:
2:3, 3:2, 1:1.Parent task ID.
Response
New remix task ID.
Task status, common values include
processing, completed, failed.Most recent status update time (Unix timestamp).