Download the original or MP3 file of a track
GET/tracks/:track_id/download
Download an original or mp3 track
Request
Path Parameters
track_id stringrequired
A Track ID
Query Parameters
user_id string
The user ID of the user making the request
user_signature string
Optional - signature from the requesting user's wallet. This is needed to authenticate the user and verify access in case the track is gated.
user_data string
Optional - data which was used to generate the optional signature argument.
nft_access_signature string
Optional - nft access signature for this track which was previously generated by a registered DN. We perform checks on it and pass it through to CN.
original boolean
Optional - true if downloading original file
filename string
Optional - name of file to download. If not provided, defaults to track original filename or title.
Responses
- 200
- 216
- 400
- 416
- 500
Success
Partial content
Bad request
Content range invalid
Server error
Loading...