---
title: "Download Video Content"
method: GET
path: "/v1/videos/{video_id}/content"
tags: ["OpenAI Compatible"]
---

# Download Video Content

`GET /v1/videos/{video_id}/content`

Download the generated video bytes or a derived preview asset.

Streams the rendered video content for the specified video job.

## Path parameters

- `video_id` string, required

## Query parameters

- `variant` 'video' | 'thumbnail' | 'spritesheet'

## Response `200`

The video bytes or preview asset that matches the requested variant.

- string

## Other responses

- `400` — Invalid request
- `401` — Authentication failed
- `403` — Permission denied
- `404` — Not found
- `429` — Rate limited
- `5XX` — Server / upstream error

---

[API](https://skmtc.net/aihubmix/apis/aihubmix-gateway-api.md) · [All operations](https://skmtc.net/aihubmix/apis/aihubmix-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aihubmix/aihubmix-gateway-api/revisions/e7e1a5d99ac2/schema)
