Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}
Request Code Samples
curl --location '/suno/submit/music' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}'
Responses
application/json
{
"code": "success",
"data": "950bf3af-78a6-420e-8c01-3bde0bbb3ef9",
"message": ""
}
Modified at 2026-03-30 11:39:32