save_items
Save tracks, albums, shows, episodes, or audiobooks to your Spotify library by submitting URIs. Supports up to 50 items per request, with dry-run preview to validate before changing anything.
Instructions
Legacy per-type variant (kept for grandfathered app credentials that lack unified /me/library access). Prefer save_to_library. Save one or more items to the user's library. Accepts track, album, show, episode, and audiobook URIs (e.g. spotify:track:abc). Max 50. Set dry_run=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Spotify URIs to save (e.g. ["spotify:track:abc", "spotify:album:xyz"]) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |