---
title: "Download the original or MP3 file of a track"
method: GET
path: "/tracks/{track_id}/download"
tags: ["tracks"]
---

# Download the original or MP3 file of a track

`GET /tracks/{track_id}/download`

Download an original or mp3 track

## Path parameters

- `track_id` string, required

## Query parameters

- `user_id` string
- `user_signature` string
- `user_data` string
- `nft_access_signature` string
- `filename` string

## Response `200`

Success

## Other responses

- `216` — Partial content
- `400` — Bad request
- `416` — Content range invalid
- `500` — Server error

---

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