cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/stems \ --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" } }
Extract vocal tracks from songs using the Suno Vocal Stems API. Separate vocals from the instrumental track for remixing, editing, or AI music processing 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"}