---
title: "Download sound effect"
method: GET
path: "/v0/sound-effects/{trackId}/download"
tags: ["Sound effects"]
---

# Download sound effect

`GET /v0/sound-effects/{trackId}/download`

The download endpoint allows you to download an MP3 file of the sound effect.

We offer MP3 files in two qualities; normal (128kbps) and high (320kbps).

The high quality files can be used in content when needed, but normal quality is sufficient for most use cases.

The download links expire after 24 hours (normal quality) or 1 hour (high quality files). The expiration time is stated in the response.

## Path parameters

- `trackId` string, required

## Query parameters

- `format` 'mp3'
- `quality` 'normal' | 'high'

## Response `200`

Information about download url

- DownloadResponse
  - `url` string, required
  - `expires` string, required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `403` — User does not have access to download the track.
- `404` — Track was not found.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/revisions/c11d2a3e0d84/schema)
