Grok Video API
The Grok video API on TTAPI gives developers a simple way to submit prompt-based video generation requests and fetch asynchronous results. If you are searching for Grok Video API documentation, start here and then continue to the generation or fetch endpoint that matches your workflow.What You Can Build With The Grok Video API
- Generate videos from prompts with the Grok Generations API (UnOfficial)
- Retrieve async results with the Grok Fetch API (UnOfficial)
- Generate videos from images with the Grok Video Generations API (Official)
- Retrieve official async results with the Grok Video Fetch API (Official)
Grok Video API Endpoints
| Use case | Endpoint |
|---|---|
| Text to video generation (UnOfficial) | Grok Generations API |
| Task polling (UnOfficial) | Grok Fetch API |
| Image to video generation (Official) | Grok Video Generations API |
| Task polling (Official) | Grok Video Fetch API |
Recommended Grok Video API Workflow
- Submit a job through the Grok Generations API (UnOfficial) or Grok Video Generations API (Official).
- Poll the task with the corresponding Fetch API until the result is ready.
Before You Integrate
- Review Gateway & Auth so Grok Video requests include the correct
TT-API-KEY. - Review Video Pricing before enabling production video workloads.
Why Use TTAPI For Grok Video API Access
- Unified access to Grok and other video APIs
- Stable async task submission and fetch flow