GET
/
grok
/
video
/
{taskId}
curl -X GET https://api.example.com/grok/video/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"
Query the status of a Grok video generation task.

Path Parameters

taskId
string
required
Task ID.
curl -X GET https://api.example.com/grok/video/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"