Connect your Spotify account

Spotify requires every app that uses its API to be registered under its own developer credentials, so you'll need to create your own Spotify app to use these tools. You'll also need a Spotify Premium account, since some of the underlying API endpoints these tools rely on require it. Everything runs entirely in your browser; nothing is stored on a server.

1
Create a Spotify developer accountGo to the Spotify Developer Dashboard and log in with your regular Spotify account.
2
Create an appClick "Create app" in the top right of the dashboard. You may need to verify your email address first. Spotify limits developer accounts to one app — if you already have one, you can reuse it instead and just add the redirect URI below to it.
3
Name and description don't matterFill in the App name and App description fields with anything you like — for example "My Spotify Utils" and "Personal use with Spotify Utils." Spotify doesn't use these for anything. Leave Website blank, and check "Web API" under "Which API/SDKs are you planning to use?"
4
Add redirect URIPaste the redirect URI below into the Redirect URIs field and click "Add."
Redirect URI
https://spotify.michaelgladstone.com/auth/callback
5
Click the checkbox and press SaveCheck "I understand and agree with Spotify's Developer Terms of Service and Design Guidelines," then click "Save."
6
Copy your Client IDAfter saving, your app's dashboard page will show the "Client ID" near the top. Copy it and paste it into the field below.