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.
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.
- SoundCloud Public APIdiscovered
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
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing