English
cURL
curl --request POST \ --url https://proxy.innk.cc/suno/submit/concat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clip_id": "<string>", "is_infill": true } '
{ "code": "success", "message": "<string>", "data": "736a6f88-bd29-4b1e-b110-37132a5325ac" }
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
extend 后的 歌曲ID
成功响应
"success"
任务ID
"736a6f88-bd29-4b1e-b110-37132a5325ac"
Was this page helpful?