---
title: "Download Wan video content"
method: GET
path: "/v1/videos/{task_id}/content"
---

# Download Wan video content

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

Download the generated MP4 file after a Wan video task reaches completed status.

## Path parameters

- `task_id` string, required

## Response `200`

Binary MP4 video content.

## Other responses

- `400` — The task is not completed.
- `404` — The task ID does not match a task for the authenticated user.

---

[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)
