Authorization: Bearer ********************
{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}
curl --location --request POST 'https://yunwu.ai/suno/submit/music' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "extend 后的 歌曲ID",
"is_infill": false
}'
{
"code": "success",
"data": "950bf3af-78a6-420e-8c01-3bde0bbb3ef9",
"message": ""
}