---
title: "Download Video Content"
method: GET
path: "/v1/videos/{id}/content"
---

# Download Video Content

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

Download the generated video after the task is completed. Returns an error if the task is still in progress.

## Path parameters

- `id` string, required

## Response `200`

Video download info

- object
  - `id` string
  - `object` string
  - `model` string
  - `status` string
  - `progress` integer
  - `url` string — Video download URL.
  - `video_url` string — Video download URL (alias).
  - `size` string
  - `seconds` string
  - `created_at` integer

## Other responses

- `400` — Task not completed yet
- `401` — Unauthorized
- `404` — Task not found

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/versions/edfc53e182a1/schema)
