Skip to main content
POST
/
api
/
spotify
/
queue
/
add-track
/
{track_uri}
Add Track to Queue
curl --request POST \
  --url http://localhost:1234/api/spotify/queue/add-track/{track_uri} \
  --header 'api-key: <api-key>'

Request Headers

api-key
string
required
Must match the API key set in the Spoofify environment variables

Path Parameters

track_uri
string
required
The URI of the track on Spotify you want to play.The URI can be obtained via Search for Track

JSON Response

true

Example Response

true