/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.
Search tracks
Search Spotify for a track.
POST
/spotify/searchTrack search query.
Response
Run the request to see a live response here.
Resolve track
Resolve a Spotify track URL or ID into metadata.
POST
/spotify/resolveSpotify 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/tokenYouTube 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/:tokenToken returned from the token endpoint.
Response
Run the request to see a live response here.