Video Extend
Unified Video
Video Extend
Use POST /v1/video/extend to extend segments of an existing Grok task via the unified video format.
POST
Video Extend
Video Extend
The Grok unified video extend endpoint isPOST /v1/video/extend. Unlike OpenAI-format Video Extend, the original task ID is passed in the Body via task_id.
- The route endpoint is
POST /v1/video/extend. - Required:
model,prompt,task_id. - You can specify which second of the original video to start extending from with
start_time.
Method and Path
Request Example
Response Example
Authentication
Body
Model name, for example
grok-video-3.Prompt for the extended segment.
Original video task ID.
List of reference image URLs to add visual constraints as needed.
Resolution specification, pass
720P or 1080P.Video aspect ratio, for example
3:2.Which second of the original video to start extending from.
Whether to apply high-definition enhancement to the output.
Response
New extend task ID.
Task status, common values include
processing, completed, and failed.Most recent status update time (Unix timestamp).