Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: api documentation

Labels

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • rushilshah282
  • Visitor
  • 13814 Views
  • 101 replies
  • 17 likes
  • 13814 Views
  • 101 replies
  • 17 likes

Documentation error on get-users-saved-tracks

Hello, There is a minor error in the API documentation of the `get-users-saved-tracks`:All examples are using the `v1/me/shows` API endpoint instead of `v1/me/tracks`.Not a roadblock. Just so it can be fixed. Have a nice day.

  • Visitor
  • Hello,   There is a minor error in the API documentation of the `get-users-saved-tracks`: All examples are using the `v1/me/shows` API endpoint instead of `v1/me/tracks`. Not a roadblock. ...
  • 216 Views
  • 0 replies
  • 2 likes
  • api documentation
    Documentation Change
  • 216 Views
  • 0 replies
  • 2 likes

Active Documentation Missing Info

My Question or IssueCurrently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the docs are not up to date and/or not completed. For example u...

  • Casual Listener
  • My Question or Issue Currently I am using the Web-API refrence Docs to help understand waht requests need to be made for what data. My issues is that it appears as thoguh some sections of the d...
  • 866 Views
  • 0 replies
  • 2 likes
  • api documentation
    API Question
    documentation
    Documentation Change
  • 866 Views
  • 0 replies
  • 2 likes

Upload Custom Playlist Cover with Python

My Question or IssueHi! I'm having trouble with uploading custom image to playlist cover. Here's my code: def add_playlist_cover(playlist_id, token): with open('cover.jpg', 'rb') as f: data = base64.b64encode(f.read()) auth_header = {"Authorization":...

  • Visitor
  • My Question or Issue Hi! I'm having trouble with uploading custom image to playlist cover. Here's my code:    def add_playlist_cover(playlist_id, token): with open('cover.jpg', 'rb'...
  • Peter_Schorn
  • Roadie
  • 754 Views
  • 2 replies
  • 0 likes
  • api
    api documentation
    API Question
  • 754 Views
  • 2 replies
  • 0 likes