Skip to main content

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.

Request

Path Parameters

    trackId stringrequired

    Track id

Query Parameters

    format string

    Possible values: [mp3]

    Track format

    quality string

    Possible values: [normal, high]

    Track quality, normal is used as the default if not specified

    Default value: normal

Responses

Information about download url

Schema

    url stringrequired
    expires stringrequired
Loading...