Quick answer
Soundiiz provides a public User API. API-key generation is included with the Creator plan.
- Sign in to Soundiiz.
- Open your account menu and select Settings.
- Select API.
- Select Generate API key.
- Copy the key immediately and store it securely.
The key is displayed only when it is created. If you lose it, delete or regenerate the key and update your integration.
Where is the API documentation?
Use these official Soundiiz resources:
The API documentation lists the available endpoints, parameters, scopes, authentication method and responses.
Why don't I see the Generate API key button?
API-key generation requires an active Creator plan. If your account is on Free or Premium, the API screen displays an option to upgrade to Creator.
Make sure you are signed in to the correct Soundiiz account and that its Creator subscription is active.
How should I protect my API key?
- Never publish it in frontend JavaScript, a mobile application, a public repository or a support ticket.
- Store it on your server using an environment variable or secret manager.
- Regenerate it if it may have been exposed.
- Follow the authentication examples and limits documented by Soundiiz.
Do you only need to send a tracklist to Soundiiz?
Soundiiz also provides a separate playlist-import endpoint for websites and apps that already have a tracklist. It returns a temporary Soundiiz link where the user can review the songs and choose a destination music service.
This endpoint does not directly create a playlist in a user's music account and does not use the same flow as the authenticated User API.