taskBatchId,轮询 /getState。完成后 data.items[0].result.v1[] 是各音轨的 clip 列表,后续可调 /genMidi 把结果转为 MIDI。Authorization: Bearer ********************{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"callbackUrl": ""
}curl --location 'https://drwa.openai-next.com/_open/suno/music/stemsAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clipId": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"callbackUrl": ""
}'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261460868513406977",
"items": [
{
"id": "2054581211967336450",
"inputType": "stemsAll",
"status": 0,
"progressMsg": "Submit creation information..."
}
]
}
}