The server reads your Suno session from the
SUNO_COOKIE environment variable. Pass a Cookie header containing a valid __client value to use a different Suno account on a per-request basis.Request body
The ID of the existing Suno song to generate stems for. The song must already exist in your Suno account.
Response
An array of stem clip objects. Suno typically returns two clips: one for the vocal track and one for the instrumental track.Unique identifier for the stem clip.
Generation status of the stem clip:
submitted, queued, streaming, complete, or error.ISO 8601 timestamp of when the stem clip was created.
Title of the stem clip, typically indicating whether it is the vocal or instrumental track.
The ID of the original song this stem was derived from. Matches the
audio_id you supplied in the request.Duration of the stem clip in seconds.
Error responses
| Status | Meaning |
|---|---|
400 | audio_id is missing |
402 | Out of Suno credits — payment required |
500 | Internal server error |
503 | Network error connecting to Suno |
