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