v1
latestOpenAPI 3.0.02026-07-26355125.0 KBMusic Generation
Add Vocals
post/api/v1/generate/add-vocals
Request body
Example request
{
"prompt": "A calm and relaxing piano track with soothing vocals",
"title": "Relaxing Piano with Vocals",
"negativeTags": "Heavy Metal, Aggressive Vocals",
"style": "Jazz",
"vocalGender": "m",
"styleWeight": 0.61,
"weirdnessConstraint": 0.72,
"audioWeight": 0.65,
"uploadUrl": "https://example.com/instrumental.mp3",
"callBackUrl": "https://api.example.com/callback",
"model": "V4_5PLUS"
}Response
Request successful
Example response
{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e"
}
}