Skip to main content
POST
cURL
Use the Suno Full Stem Separation API when you need a more detailed breakdown than a simple vocal-versus-instrument split.

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Body

application/json
music_id
string
required

Audio ID of the track to split.

isStorage
boolean
default:true

Whether to store the generated audio.

  • true: The audio will be stored and a TTAPI CDN URL will be returned
  • false: The original source URL will be returned
hookUrl
string

Callback notification URL

Response

Request successful

status
string
required
Example:

"SUCCESS"

message
string
required
Example:

"success"

data
object
required
Example:
Last modified on April 17, 2026