v1
latestOpenAPI 3.1.02026-07-267724480.0 KBCreate an xAI video generation job
Start a Grok image-to-video job from a prompt and one source image. Save the returned request_id and poll the query endpoint until the provider status becomes done.
post/grok/v1/videos/generations
Request body
Example request
{
"prompt": "Animate the still image with a slow camera move and natural motion.",
"model": "grok-imagine-video-1.5"
}Response
Request accepted.
Example response
{
"request_id": "<request_id>"
}