---
title: "Download video content"
method: GET
path: "/videos/{id}/content"
---

# Download video content

`GET /videos/{id}/content`

Download completed video content as binary MP4 bytes. If the task is not completed yet, the endpoint returns an error.

## Path parameters

- `id` string, required

## Response `200`

Binary MP4 video content

## Other responses

- `400` — Invalid gateway request or upstream rejected the request.
- `401` — Missing or invalid LLM7 token.
- `429` — Gateway or upstream rate limit.
- `503` — Upstream provider is temporarily unavailable.

---

[API](https://skmtc.dev/llm7/apis/llm7-api.md) · [All operations](https://skmtc.dev/llm7/apis/llm7-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llm7/llm7-api/revisions/2933587838e9/schema)
