uploadUrl specifies the audio file URL to be processedtitle specifies the title for the generated musictags and negativeTags are used to control music styletext (text generation), first (first track completed), complete (all completed)curl --location 'https://api.kie.ai/api/v1/generate/add-instrumental' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uploadUrl": "https://example.com/music.mp3",
"title": "Relaxing Piano",
"negativeTags": "heavy metal, fast drums",
"tags": "relaxing, piano, soothing",
"callBackUrl": "https://example.com/callback",
"model": "V4_5PLUS",
"vocalGender": "m",
"styleWeight": 0.61,
"weirdnessConstraint": 0.72,
"audioWeight": 0.65
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e"
}
}