Authorization: Bearer ********************
{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}
curl --location --request POST '/suno/submit/concat' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}'
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}