---
title: "Download best or specified version of a media"
method: GET
path: "/media/{media_id}/download"
tags: ["Media"]
---

# Download best or specified version of a media

`GET /media/{media_id}/download`

## Path parameters

- `media_id` integer, required

## Query parameters

- `quality` 'highest' | 'high' | 'standard' | 'low'

## Other responses

- `302` — Redirects to the Notorious URL from where the media can be downloaded. The URL is only valid for 24 hours.
- `401` — Authorization information is missing or invalid.
- `403` — If a user without permission tries to call this endpoint, the call is rejected with 403 Forbidden.
- `404` — The media or its version was not found.
- `422` — Invalid media_id is provided or the media is external.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
