Grok Imagine Video Image-to-Video
Video
Grok Imagine Video Image-to-Video
POST
Grok Imagine Video Image-to-Video
This is an asynchronous API and only returns the
task_id of the asynchronous task.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
The input image URL used for video generation. Publicly accessible image URLs or base64-encoded data URIs are supported (for example, data:image/jpeg;base64,…).
A text prompt describing the motion or changes to apply to the input image. Detailed prompts describing scene dynamics, character actions, camera movement, and more are supported.Length limit: 1 - 4096
Video duration, in seconds (6-10). Longer videos cost more and are billed by the second.Value range: [6, 10]
Output video resolution. 720p provides higher quality, while 480p generates faster.Allowed values:
720p, 480pResponse
Use the task_id to request the Get Task Result API to retrieve the generated output.