Authorization: Bearer ********************{
"url": "https://cdn1.suno.ai/5dcad262-6210-4f5f-86d1-e80335513672.mp3"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/upload2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://cdn1.suno.ai/5dcad262-6210-4f5f-86d1-e80335513672.mp3"
}'{
"code": 200,
"msg": "操作成功",
"data": {
"createTime": "2026-05-13T23:12:28.216+08:00",
"id": "2054580542359343105",
"title": "0gdsa4P.mp3",
"clipId": "27ecf23a-0b2b-4723-b213-08d0efed4229",
"duration": 28.0555,
"status": 30,
"progressMsg": "Production completed",
"cld2AudioUrl": "https://cdn1.suno.ai/27ecf23a-0b2b-4723-b213-08d0efed4229.mp3",
"cld2ImageUrl": "https://cdn2.suno.ai/image_27ecf23a-0b2b-4723-b213-08d0efed4229.jpeg"
}
}