GET
/track/downloadForces an MP3 download prompt for a track. Acts as a proxy to the external full-track streaming server but adds a Content-Disposition header.
Rate limit
20 req/min
Caching
Not cached.
Authentication
Send a
User-Agent header containing a contact email. See authentication.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| isrc | string | optional | ISRC code. |
| artist | string | optional | Artist name. Needed if ISRC is missing. |
| title | string | optional | Track title. Needed if ISRC is missing. |
Request
curl 'https://api.synkradio.co.uk/track/download' \
-H 'User-Agent: [email protected]'Try it
GETTry it
Sends a real requesthttps://api.synkradio.co.uk/track/download?isrc=GBUM71505078&artist=Daft%20Punk&title=Around%20the%20WorldResponse
Returns binary
audio/mpeg. Pipe the response body directly to a file or stream.