Hi Spotify team, thanks for releasing this.
We’re exploring whether Save to Spotify can be integrated into a hosted app flow where an end user connects their own Spotify account via OAuth, then our app saves generated audio episodes to that user’s Spotify.
The CLI uses:
- built-in public client ID
sts-content-management
- PKCE + DPoP
- loopback redirect URI
Our product flow would require a hosted HTTPS callback URL, not localhost/paste-back.
A few questions:
- Is
sts-content-management available to third-party Spotify Developer apps, or is it currently limited to the published Save to Spotify CLI client?
- Can a hosted app use its own Spotify client ID with this backend API?
- Is there a supported way to register/approve a hosted redirect URI for Save to Spotify usage?
- Is the
https://saveto.spotify.com/api/v1 backend intended as a stable integration surface for apps, or only for the CLI?
- If this is not supported today, is there a partner/app-review path for hosted integrations?
Our goal is user-delegated auth: each user logs into their own Spotify account and approves the required permissions; we store the resulting token in our account connector and use it to save generated audio to their Spotify.
Hi Spotify team, thanks for releasing this.
We’re exploring whether Save to Spotify can be integrated into a hosted app flow where an end user connects their own Spotify account via OAuth, then our app saves generated audio episodes to that user’s Spotify.
The CLI uses:
sts-content-managementOur product flow would require a hosted HTTPS callback URL, not localhost/paste-back.
A few questions:
sts-content-managementavailable to third-party Spotify Developer apps, or is it currently limited to the published Save to Spotify CLI client?https://saveto.spotify.com/api/v1backend intended as a stable integration surface for apps, or only for the CLI?Our goal is user-delegated auth: each user logs into their own Spotify account and approves the required permissions; we store the resulting token in our account connector and use it to save generated audio to their Spotify.