upload_playlist_cover
Update a playlist's cover image by providing a base64-encoded JPEG. Requires the ugc-image-upload scope to avoid 403 errors.
Instructions
Replace a playlist's cover image with a base64-encoded JPEG. Requires the ugc-image-upload scope on the Spotify developer dashboard app (plus playlist-modify-public/private); without it Spotify rejects the upload with 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jpeg_base64 | Yes | Base64-encoded JPEG file contents (max 256 KB decoded) | |
| playlist_id | Yes | Playlist ID |