---
title: "Get Download Url"
method: GET
path: "/v1/content/{content_id}/download-url"
---

# Get Download Url

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

Resolve the download URL for a content UUID, live-stream UUID, or Mux
playback ID (see `_resolve_content`). Declared `str` rather than `UUID`
so playback IDs reach the handler; unrecognised identifiers 404 here
instead of being rejected as 400 by request validation.

## 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-url/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/9f3e302d6951/schema)
