---
title: "Retrieve asset download location"
method: GET
path: "/api/v4/media/{id}/download"
tags: ["Media download"]
---

# Retrieve asset download location

`GET /api/v4/media/{id}/download`

Retrieve the download location for an asset.
__Warning:__ Requires the MEDIAHIGHRES security role.
__Warning:__ Requires the ARCHIVEDOWNLOAD security role if the asset in question is archived.
__Warning:__ Requires the DOWNLOADWATERMARK security role if the asset in question is watermarked.
__Warning:__ Requires the KEYVISUALSDOWNLOAD security role if the asset in question is marked as limited usage.

## Path parameters

- `id` string, required

## Query parameters

- `type` 'original' | 'additional'

## Response `200`

URL from which you can download the requested asset file.

- object
  - `disclaimer` string
  - `s3_file` string

## Other responses

- `400` — Invalid type
- `404` — Original file not available

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
