---
title: "Retrieve video content"
method: GET
path: "/videos/{video_id}/content"
tags: ["Videos"]
---

# Retrieve video content

`GET /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

---

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