/spotify

Spotify

Search, resolve, and download audio tracks from Spotify links.

Some endpoints on this page stream a file rather than returning JSON. Try-it-out shows the response headers for these instead of the file itself.

Resolve track

Resolve a Spotify track URL or ID into metadata.

POST/spotify/resolve

Spotify track URL.

Response

Run the request to see a live response here.

Create download token

Create a one-time download token for a resolved track.

POST/spotify/token

YouTube video ID matched for the track's audio.

Filename for the downloaded file.

Response

Run the request to see a live response here.

Download track file

Streams the audio file for a one-time token. Token expires in 5 minutes and is single-use.

GET/spotify/dl/:token

Token returned from the token endpoint.

Response

Run the request to see a live response here.