v1
latestOpenAPI 3.0.32026-07-139687282.9 KBLibrary
Check User's Saved Items
Check if one or more items are already saved in the current user's library. Accepts Spotify URIs for tracks, albums, episodes, shows, audiobooks, artists, users, and playlists.
get/me/library/contains
Query parameters
urisstring required
A comma-separated list of Spotify URIs. Maximum: 40 URIs.
Supported URI types:
- spotify:track:{id}
- spotify:album:{id}
- spotify:episode:{id}
- spotify:show:{id}
- spotify:audiobook:{id}
- spotify:artist:{id}
- spotify:user:{id}
- spotify:playlist:{id}
Example:spotify:track:7a3LWj5xSFhFRYmztS8wgK,spotify:album:4aawyAB9vmqN3uQ7FjRGTy,spotify:artist:2takcwOaAZWiXQijPHIx7B
Response
Array of booleans
boolean[] required
Example response
[ false, true ]