upload_playlist_cover
Set a new playlist cover by uploading a base64-encoded JPEG; ensure the ugc-image-upload scope is enabled, or Spotify rejects the request with 403.
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 |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| jpeg_base64 | Yes | Base64-encoded JPEG file contents (max 256 KB decoded) | |
| playlist_id | Yes | Playlist ID |