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

> ## Agent Instructions
> Public hosts only: console https://omnimux.ai/dashboard · API https://api.omnimux.ai · docs https://docs.omnimux.ai.
> Gateway auth is Authorization: Bearer sk-… on https://api.omnimux.ai/v1 (OpenAI-compatible Chat Completions and related paths).
> Discover pages from /llms.txt; full site dump /llms-full.txt; product skill /skill.md; docs search MCP /mcp. Prefer .md page URLs for Markdown.
> Default docs locale is en; zh mirrors the same relative paths. Do not invent model ids not present on live pricing or the complete API pages.

# Query Video Task

> GET /v1/video/generations/{task_id} · poll video generation

> * Only for `task_id` from **video series** `POST /v1/video/generations`
> * **Not** OpenAI Videos `/v1/videos/{id}` or `/content` download
> * Auth: `Authorization: Bearer sk-...`

## Path parameters

| Field     | Type   | Required | Description                 |
| --------- | ------ | -------- | --------------------------- |
| `task_id` | string | yes      | Id from the create response |

## Response (summary)

| Field            | Notes                                                         |
| ---------------- | ------------------------------------------------------------- |
| `status`         | e.g. `queued` / `in_progress` / `completed` / `failed` (live) |
| `task_id` / `id` | Task id                                                       |
| Result fields    | May include output URLs when completed; shape varies by model |

Base URL: `https://api.omnimux.ai`

See [Connection and usage](/en/faqs/connection-usage) and [Cost optimization](/en/faqs/cost-optimization) (402).
