Grok Video
Grok Video Generation
Generate high-quality videos using Grok Video model
POST
- Grok Video generation model
- Select
grok-video-1.0model via the model parameter - Supports text-to-video and image-to-video
- Async task management, query results via task ID
Authorizations
string
required
All API requests require Bearer Token authenticationGet API Key: Visit the API Key Management Page to obtain your API KeyAdd to request headers:
Body
string
default:"grok-video-1.0"
required
Video generation model nameSupported models:
grok-video-1.0- Grok video generation model
"grok-video-1.0"string
required
Text description for video generation
integer
default:"8"
Video duration in secondsSupported range:
1–15 secondsstring
default:"720p"
Video resolutionSupported values:
480p, 720pstring
Video aspect ratioSupported formats:
16:9(landscape)9:16(portrait)3:2(landscape)2:3(portrait)1:1(square)
string
Optional main image URL. Only public
http:// or https:// URLs are supported.string[]
Array of reference image URLs for image-to-video generation⚠️ Only URL format is supported (base64 is no longer supported)
- Publicly accessible image URLs (http:// or https://)
- Up to 8 images total across
imageandreference_images - Use the Upload Image API to upload local images and get URLs
Response
string
Unique task identifier for querying task status
string
Object type, always
generation.taskstring
Model name used
string
Task status
queued- Waiting to be processedin_progress- Processingcompleted- Successfully completedfailed- Failed
integer
Task creation timestamp (Unix timestamp)
integer
Task progress, usually
0 after submissionobject
Task metadata