S

soundcloud.com

SoundCloud is an online audio platform for publishing, streaming, and discovering music and other audio. It lets creators upload tracks and playlists and lets listeners search, play, and engage with audio content.

1 integration · REST

SoundCloud exposes a public HTTP API at https://api.soundcloud.com, documented with OpenAPI-based developer docs and authenticated with SoundCloud-issued app credentials exchanged for OAuth access tokens; no public GraphQL, MCP, or general-purpose CLI surface was found.

discovered 1d ago
REST · OpenAPI1
Credentials
SoundCloud OAuth access tokenoauth2Set up OAuth

First create app credentials via Get an API key. For user-delegated access, send the user to https://secure.soundcloud.com/authorize with your client_id, registered redirect_uri, response_type=code, PKCE code_challenge, code_challenge_method=S256, and state, then exchange the returned code at https://secure.soundcloud.com/oauth/token as documented in the API Guide. For app-only public-resource access, exchange your app credentials for a token with the client credentials flow at the same token endpoint. Use the returned access_token in API calls; refresh with the documented refresh token flow when applicable.

conventions · 0/8 published

Publish these signals → /publishing