cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/stems-all \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>", "isStorage": false, "hookUrl": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } }
Split a song into multiple audio stems using the Suno Stems API. Separate vocals, drums, bass, and instruments for advanced music editing, remixing, or production workflows.
You can obtain your API key from the TTAPI Dashboard.
要分离的音轨的音频ID
Whether to store the generated audio.
Callback notification URL
Request successful
"SUCCESS"
"success"
{ "job_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}