---
title: "Download generated video content"
method: GET
path: "/openai/v1/videos/{video_id}/content"
tags: ["OpenAI Integration"]
---

# Download generated video content

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

Streams the binary video bytes for a completed generation job.

## Path parameters

- `video_id` string, required

## Response `200`

Raw video bytes

## Other responses

- `404` — Video not found
- `500` — Internal server error

---

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