6s previewgrok-imagine-video-1.5 (Official)
Official-channel Grok 1.5 image-to-video generation with first-frame input and 480P, 720P, or 1080P output.
6s previewPrompt to video, in context
a contemporary dancer in a sculptural gray costume performs under a narrow spotlight against a black studio
- Workflow
- Image to video
- Channel
- Official
- Duration
- 6s
- Frame size
- 1056 × 1920
- Aspect ratio
- 9:16 portrait
- Frame rate
- 24 fps
Spotlight motion
A sculptural dance study uses controlled movement, cool fabric detail, and a narrow theatrical spotlight.
What you can build with grok-imagine-video-1.5 (Official)
Prompt driven generation
Submit a concise prompt and get production-ready video output through one TTAPI job.
Core controls only
Keep integration simple with prompt, model, output settings, and callback handling.
Async result flow
Use polling or webhook callbacks so long-running generations do not block your UI.
Ready for product UI
Return grok-imagine-video-1.5 (Official) results that can be displayed, stored, or passed into downstream workflows.
Per-action, in quota
Usage is metered in quota by model, action, and output settings.
grok-imagine-video-1.5 (Official) operations and request fields
Use the endpoint below with your TTAPI key and the request fields shown.
/grok/v1/videos/generationsSubmit an official-channel Grok video task.
Official reference/grok/v1/videos/{request_id}Retrieve an official-channel Grok video result.
Official reference/grok/v1/videos/extensionsExtend an official-channel Grok video.
Official referenceHeaders
TT-API-KEYstringrequiredYour TTAPI API key.
Content-TypestringrequiredUse application/json.
Body
promptstringconditionalRequired for base text-to-video; optional for grok-imagine-video-1.5 image-to-video.
modelenumoptionalgrok-imagine-video or grok-imagine-video-1.5.
aspect_ratioenumoptional1:1, 16:9, 9:16, 4:3, 3:4, 3:2, or 2:3.
durationintegeroptional1–15 seconds; defaults to 8 when omitted.
imageobjectconditionalRequired first-frame image for grok-imagine-video-1.5; optional for the base model.
reference_imagesobject[]optionalReference images for supported workflows.
resolutionenumoptional480p, 720p, or 1080p.
From key to first result
Copy the resolved endpoint, authentication headers, and request body for this model.
curl --request POST \
--url https://api.ttapi.io/grok/v1/videos/generations \
--header 'TT-API-KEY: $TTAPI_KEY' \
--header 'Content-Type: application/json' \
--data '{"prompt":"a contemporary dancer in a sculptural gray costume under a narrow spotlight","model":"grok-imagine-video-1.5","aspect_ratio":"9:16","duration":6,"image":{"url":"https://example.com/first-frame.jpg"},"resolution":"1080p"}'