Search + K

Command Palette

Search for a command to run...

Sign In

Operations

API endpoints available to AI agents

check-current-user-follows
GET/me/following/contains
UsersArtistsLibrary
check-if-user-follows-playlist
GET/playlists/{playlist_id}/followers/contains
UsersPlaylists
follow-artists-users
PUT/me/following
UsersArtistsLibrary
follow-playlist
PUT/playlists/{playlist_id}/followers
UsersPlaylists
get-current-users-profile
GET/me
Users
get-followed
GET/me/following
UsersLibraryArtists
get-list-users-playlists
GET/users/{user_id}/playlists
PlaylistsUsers
get-users-profile
GET/users/{user_id}
Users
get-users-top-artists-and-tracks
GET/me/top/{type}
UsersTracksLibrary
unfollow-artists-users
DELETE/me/following
UsersArtistsLibrary
unfollow-playlist
DELETE/playlists/{playlist_id}/followers
UsersPlaylists