---
title: "Download Watermarked Mp4"
method: GET
path: "/v1/content/{content_id}/download"
---

# Download Watermarked Mp4

`GET /v1/content/{content_id}/download`

Redirect to the watermarked MP4 for a live stream VOD.

Returns 302 to the GCS-hosted watermarked file when ready, or to the
Mux static rendition during the processing window. Returns 404 if the
org has no watermark pipeline configured. ?variant=raw serves the plain
rendition instead (see _resolve_variant).

`content_id` accepts a content UUID, a live-stream UUID, or a Mux
playback ID (see `_resolve_content`).

## Path parameters

- `content_id` string, required

## Query parameters

- `variant` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-13** `801982ed74cd` — 1 info
  - for the `path` request parameter `content_id`, the type/format was generalized from `string`/`uuid` to `string`/``

[Change history](https://skmtc.dev/shortkit/apis/shortkit-api/changes/v1/content/:content_id/download/get.md)

---

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