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

# Retrieve asset version download location

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

Retrieve the download location for a specific asset version.
__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
- `version` integer, required

## Response `200`

URL from which you can download the requested asset file.

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

---

[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/versions/bb9efc864ce1/schema)
