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