Announcements

Help Wizard

Step 1

NEXT STEP

256KB Limit for Playlist Image API?

256KB Limit for Playlist Image API?

Hey guys,

I was looking through Spotify's API and noticed the Upload Custom Playlist Image endpoint allows a maximum 256KB payload.

I'm relatively new to APIs in general; does this mean this call would only work if the image is smaller than 256KB? If so, why is that the case, when we can upload 4MB jpegs on the web app?

Reply
2 Replies

+1 This. How long have been this post posted but still you only can upload 256KB playlist covers while the app can upload up to 4MB. Why don't developers care about this?

The image is compressed before it is uploaded so that it is less than or equal to 256KB. If you download the image from the playlist through the web api, you will see that it is always less than or equal to 256KB, even if you uploaded a 4MB image.

Suggested posts