/suno/uploads/audio-url endpoint allows you to upload an audio file from a URL. You will get a task id which you can use to continue generating music from it or combine it with other clips.curl --location --request POST 'https://api.cometapi.com/suno/uploads/audio-url' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://filesamples.com/samples/audio/wav/sample3.wav"
}'{
"code": "success",
"message": "",
"data": "736a6f88-bd29-4b1e-b110-37132a5325ac"
}