Skip to main content

Configuring SoundCloud

To integrate with SoundCloud you need to have a Developer App created at SoundCloud for developers.

Once logged in, click on Create a new application and set up your application.

tip

Make sure Redirect URI is correct. It should be exactly:

https://api.musicapi.com/callback/soundCloud

After creating app, or if you already have existing app open it to copy Client ID and Client Secret

danger

Make sure you save the copied Client ID and Client Secret in the MusicAPI Admin and mark the integration as Enabled, so your users can see it.

To open SoundCloud authorization you can either redirect user to:

which will open SoundCLoud authentication flow.

Or you can just point your users to:

where they will be able to select which music service they want to login with.