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/stemsByUrl' \
--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": "1261460853002870784",
"items": [
{
"id": "2054581196603600898",
"inputType": "stems",
"title": "test",
"status": 0
}
]
}
}