SoundCloud Music Exploration Suite
SoundCloud REST API v2.0 integration for discovering music content. Provides 100% coverage of the music exploration surface including tracks, users, and playlists. Implements Zero-Trust multi-tenancy with mandatory apiKey parameter. [SOUNDCLOUD-001-MUSIC]
Retrieve detailed metadata for a specific SoundCloud track by ID. Requires apiKey (SoundCloud OAuth token).
Retrieve detailed profile metadata for a specific SoundCloud user by ID. Requires apiKey (SoundCloud OAuth token).
Retrieve all tracks uploaded by a specific SoundCloud user. Requires apiKey (SoundCloud OAuth token).
Search for playlists on SoundCloud. Returns a collection of playlist metadata. Requires apiKey (SoundCloud OAuth token).
Search for tracks on SoundCloud. Returns a collection of track metadata. Requires apiKey (SoundCloud OAuth token).
Search for users on SoundCloud. Returns a collection of user metadata. Requires apiKey (SoundCloud OAuth token).