Use this endpoint to poll the status of a Grok video generation task and retrieve the output URL once generation completes. Because video generation is asynchronous, you should call this endpoint periodically after submitting a task via Create Video Task. Stop polling whenDocumentation Index
Fetch the complete documentation index at: https://docs.xingchaoyiqing.com/llms.txt
Use this file to discover all available pages before exploring further.
status reaches completed or failed.
Endpoint
Authentication
Path Parameters
The unique task identifier returned by the Create Video Task endpoint. This is the
id field in the creation response.Response Fields
The unique task identifier.
Object type. Always
"video".Unix timestamp of when the task was created.
The model used for this task (e.g.,
grok_video3, grok_video3_pro, grok_video3_max, or grok_video3_stable).Current task status:
queued— task is waiting in the processing queueprocessing— the Grok model is actively generating the videocompleted— generation finished;video_urlis populatedfailed— generation failed; seeerrorfor details
Temporary download URL for the generated video. Only present when
status is "completed". null while the task is pending or processing.Actual output duration of the generated video in seconds. Only present when
status is "completed".Error message describing the failure reason. Only present when
status is "failed".Task Status Flow
queued → processing → completed or failed
| Status | Meaning |
|---|---|
queued | Task accepted, waiting to be processed |
processing | Grok model is actively generating the video |
completed | Video ready — retrieve via video_url |
failed | An error occurred — check error for details |
Polling Advice
Result URL Notes
- If the prompt or reference images violate content policies, the task will return
failedstatus - Tasks with many reference images or long durations may take noticeably longer to process