Authorization: Bearer ********************
{
"clip_id": "Đây là ID của đoạn nhạc (clip) được tạo sau khi thực hiện thao tác extend",
"is_infill": false
}
curl --location --request POST 'https://api.key4u.shop/suno/submit/concat' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "Đây là ID của đoạn nhạc (clip) được tạo sau khi thực hiện thao tác extend",
"is_infill": false
}'
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}