---
title: "Download generated video content"
method: GET
path: "/videos/{jobId}/content"
tags: ["Video Generation"]
---

# Download generated video content

`GET /videos/{jobId}/content`

Streams the generated video content from the upstream provider

## Path parameters

- `jobId` string, required

## Query parameters

- `index` integer, nullable

## Response `200`

Video content stream. The body is the raw video bytes proxied from the upstream provider, and the Content-Type reflects the provider media type (video/mp4).

## Other responses

- `400` — Bad Request - Invalid request parameters or malformed input
- `401` — Unauthorized - Authentication required or invalid credentials
- `403` — Forbidden - Authentication successful but insufficient permissions
- `404` — Not Found - Resource does not exist
- `500` — Internal Server Error - Unexpected server error
- `502` — Bad Gateway - Provider/upstream API failure

## Changes

- **2026-09-02** `2d5e587f8e0e` — 1 info
  - added the non-success response with the status `403`
- **2026-06-26** `98bdfab7d8fe` — 1 breaking, 1 info
  - removed the media type `application/octet-stream` for the response with the status `200`
  - added the media type `video/mp4` for the response with the status `200`

[Change history](https://skmtc.dev/openrouterteam/apis/openrouter-api/changes/videos/:jobId/content/get.md)

---

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