---
title: "Download finished Sora video content"
method: GET
path: "/v1/videos/{video_id}/content"
---

# Download finished Sora video content

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

Call this endpoint only after GET /v1/videos/{video_id} reports a completed job. Before completion, CometAPI returns a JSON error response instead of a file. Shortly after completion the file can still be propagating; a transient `502` from this endpoint resolves on retry.

## Path parameters

- `video_id` string, required

## Query parameters

- `variant` string

## Response `200`

Binary video content.

## Other responses

- `400` — The job is not ready yet.

---

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