v1
latestOpenAPI 3.0.02026-07-26355125.0 KBMusic Generation
Add Instrumental
post/api/v1/generate/add-instrumental
Request body
Example request
{
"uploadUrl": "https://example.com/music.mp3",
"title": "Relaxing Piano",
"negativeTags": "Heavy Metal, Aggressive Drums",
"tags": "Relaxing Piano, Ambient, Peaceful",
"callBackUrl": "https://api.example.com/callback",
"vocalGender": "m",
"styleWeight": 0.61,
"weirdnessConstraint": 0.72,
"audioWeight": 0.65,
"model": "V4_5PLUS"
}Response
Request successful
Example response
{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e"
}
}