Authorization: Bearer ********************
{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}
curl --location --request POST 'https://api.apicore.ai/suno/submit/concat' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}'
{
"code": "success",
"message": "",
"data": "736a6f88-bd29-4b1e-b110-37132a5325ac"
}