简体中文
cURL
curl --request POST \ --url https://proxy.innk.cc/suno/uploads/audio-url \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "http://cdnimg.example.com/ai/2024-06-18/d416d9c3c34eb22c7d8c094831d8dbd0.mp3" } '
{ "code": "success", "message": "<string>", "data": "736a6f88-bd29-4b1e-b110-37132a5325ac" }
提交上传音乐
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
上传的音乐链接,mp3格式
"http://cdnimg.example.com/ai/2024-06-18/d416d9c3c34eb22c7d8c094831d8dbd0.mp3"
成功响应
"success"
任务ID
"736a6f88-bd29-4b1e-b110-37132a5325ac"
此页面对您有帮助吗?