/stemsAll 一样,但支持非 Suno 平台的任意音频 URL。Authorization: Bearer ********************{
"title": "test",
"url": "https://cdn1.suno.ai/e4c5c81b-395d-4e40-ab96-9706ce6aa6c8.mp3"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/stemsAllByUrl' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "test",
"url": "https://cdn1.suno.ai/e4c5c81b-395d-4e40-ab96-9706ce6aa6c8.mp3"
}'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261461229038985216"
}
}