---
title: "Download File"
method: GET
path: "/api/v1/video/download-file"
tags: ["video"]
---

# Download File

`GET /api/v1/video/download-file`

Forces a download for a given public URL by returning the content with
Content-Disposition: attachment.

This exists primarily for email links, where clicking a direct video URL
often opens a player instead of downloading.

## Query parameters

- `url` string, required — Public URL of the file to download
- `filename` string, nullable — Filename to suggest to the browser

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
