> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Grok Video API Documentation

> Explore the Grok Video API on TTAPI, including video generation and fetch endpoints for prompt-based AI video workflows.

# 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](/api/en/grok/generations) (UnOfficial)
* Retrieve async results with the [Grok Fetch API](/api/en/grok/fetch) (UnOfficial)
* Generate videos from images with the [Grok Video Generations API](/api/en/grok/video-generations) (Official)
* Retrieve official async results with the [Grok Video Fetch API](/api/en/grok/video-fetch) (Official)

## Grok Video API Endpoints

| Use case                              | Endpoint                                                     |
| :------------------------------------ | :----------------------------------------------------------- |
| Text to video generation (UnOfficial) | [Grok Generations API](/api/en/grok/generations)             |
| Task polling (UnOfficial)             | [Grok Fetch API](/api/en/grok/fetch)                         |
| Image to video generation (Official)  | [Grok Video Generations API](/api/en/grok/video-generations) |
| Task polling (Official)               | [Grok Video Fetch API](/api/en/grok/video-fetch)             |

## Recommended Grok Video API Workflow

1. Submit a job through the [Grok Generations API](/api/en/grok/generations) (UnOfficial) or [Grok Video Generations API](/api/en/grok/video-generations) (Official).
2. Poll the task with the corresponding Fetch API until the result is ready.

## Before You Integrate

* Review [Gateway & Auth](/grids/en/development/authentication) so Grok Video requests include the correct `TT-API-KEY`.
* Review [Video Pricing](/grids/en/start/pricing/video) 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

## Grok Video API FAQ

### Which endpoint should I start with?

Start with the [Grok Generations API](/api/en/grok/generations), because it is the main submission endpoint.

### How do I check job results?

Use the [Grok Fetch API](/api/en/grok/fetch) to retrieve asynchronous generation results.

### Which page should I read after this overview?

Most teams continue with the [Grok Generations API](/api/en/grok/generations) and [Grok Fetch API](/api/en/grok/fetch), because those pages define the main submission and async retrieval flow.
