{
"url": "https://cdn1.suno.ai/363675c6-cf6d-4904-8702-00d272edb42d.mp3", // 公网可访问 mp3,必填
"name": "参考音频", // 显示名,可空
"timeout": 90 // 超时秒数,默认 90
}
curl --location '/suno/uploads/audio' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://cdn1.suno.ai/363675c6-cf6d-4904-8702-00d272edb42d.mp3", // 公网可访问 mp3,必填
"name": "参考音频", // 显示名,可空
"timeout": 90 // 超时秒数,默认 90
}'{}