/upload2 类似,但异步返回 — 立即拿到 taskBatchId,需轮询 /getState。Authorization: Bearer ********************{
"url": "https://cdn1.suno.ai/5dcad262-6210-4f5f-86d1-e80335513672.mp3",
"timeout": 90
}curl --location 'https://drwa.openai-next.com/_open/suno/music/uploadAsync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://cdn1.suno.ai/5dcad262-6210-4f5f-86d1-e80335513672.mp3",
"timeout": 90
}'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261460210729082880",
"items": [
{
"id": "2054580554325692418",
"status": 0,
"progress": 0
}
]
}
}