SoundCloud has shipped two developer-facing updates: a CLI script (sc-api-auth.mjs) for registering API apps and obtaining credentials from the terminal without a web form, and the OpenAPI spec (openapi/api.yaml) now publicly available on GitHub for codegen, offline reference, or LLM context. The Node.js 18+ script handles OAuth via browser, registers the app, and prints credentials to stdout with no npm install required. Both are available in the soundcloud/api public GitHub repo.
5 Impressions