> For the complete documentation index, see [llms.txt](https://developer.topazlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.topazlabs.com/reference/api-endpoints/video.md).

# Video

The **Topaz Labs Video API** provides programmatic access to video model-related features, including:

* **Request statuses** - See statuses of previous API requests
* **Metrics** - See stats around API usage and more
* **Request history** - Retrieve a full history of your API requests

#### Available Operations <a href="#available-operations" id="available-operations"></a>

The Image API provides the following endpoints enhancing video inputs:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Status</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/d476d5f646d7e4542da83242972b321b9ad69df8">/pages/d476d5f646d7e4542da83242972b321b9ad69df8</a></td></tr><tr><td>Create Request</td><td></td><td><a href="/files/HbKTsip4nWK8QPvU1rw6">/files/HbKTsip4nWK8QPvU1rw6</a></td><td><a href="/pages/28c35fdb1760d741c66abbb00a6fe086370b3205">/pages/28c35fdb1760d741c66abbb00a6fe086370b3205</a></td></tr><tr><td>Create Express Request</td><td></td><td><a href="/files/HRqjBX50OgswABff6CR7">/files/HRqjBX50OgswABff6CR7</a></td><td><a href="/pages/8666c96533fd7eb3cb77e0eabd0714eba50a6a34">/pages/8666c96533fd7eb3cb77e0eabd0714eba50a6a34</a></td></tr><tr><td>Accept Request</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/3ede208cf6bc76197964982cfa3be3ad43ef3031">/pages/3ede208cf6bc76197964982cfa3be3ad43ef3031</a></td></tr><tr><td>Complete Upload</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/947b9579dd3dfbbb66aab4c2e2f2fe26ed121dc0">/pages/947b9579dd3dfbbb66aab4c2e2f2fe26ed121dc0</a></td></tr><tr><td>Cancel Request</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/a93026a898c0d190d496e34a3c0054d6f46948ba">/pages/a93026a898c0d190d496e34a3c0054d6f46948ba</a></td></tr><tr><td>Delete Files</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/27ccc0a63c7f6617e3a9ac6372823a24f92d99b0">/pages/27ccc0a63c7f6617e3a9ac6372823a24f92d99b0</a></td></tr><tr><td>Get Request Status</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/80f949ca261ca84d7f0a5c86bf53d6b3613b1e39">/pages/80f949ca261ca84d7f0a5c86bf53d6b3613b1e39</a></td></tr><tr><td>Get Request Metrics</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/4210ef02279979a35128f611c7615c8504e53ba2">/pages/4210ef02279979a35128f611c7615c8504e53ba2</a></td></tr><tr><td>Get Request History</td><td></td><td><a href="/files/8IGfqDcKQLdN76XGQYWk">/files/8IGfqDcKQLdN76XGQYWk</a></td><td><a href="/pages/03fd9467743184f57e7086da031edfdafb97777b">/pages/03fd9467743184f57e7086da031edfdafb97777b</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.topazlabs.com/reference/api-endpoints/video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
