> For the complete documentation index, see [llms.txt](https://weekerp.gitbook.io/image/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://weekerp.gitbook.io/image/resources/video.md).

# Video API

#### Video Processing

The Weekerp Video API lets you reliably serve videos through the Weekerp CDN **without building a custom API**. All processing is performed **on request**, and the transformed result is cached at the **CDN edge** on the first request.\
Subsequent identical requests are served directly from cache.

When you request a cached video again with the same parameters, the already-transformed cached video is returned immediately for a low-latency response.<br>

> For more details, see the [Caching](/image/resources/cache.md) documentation.

#### Basic request format

```
https://cdn.weekerp.com/video/{source}/{path/to/video}.{ext}?{options}
```

#### Roadmap / Feature requests

{% hint style="info" %}
Some features (such as streaming and other format-specific video support) are planned and will be added in a future update.&#x20;

If you request a feature, the Weekerp team will prioritize it and implement it as soon as possible.
{% endhint %}

Request new features here: [Request a Feature](/image/getting-started/feature.md)&#x20;


---

# 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://weekerp.gitbook.io/image/resources/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.
