v1
latestOpenAPI 3.0.02026-07-26355125.0 KBExtend Music
post/api/v1/generate/extend
Request body
Example request
{
"defaultParamFlag": true,
"audioId": "e231****-****-****-****-****8cadc7dc",
"prompt": "Extend the music with more relaxing notes",
"style": "Classical",
"title": "Peaceful Piano Extended",
"continueAt": 60,
"personaId": "persona_123",
"personaModel": "style_persona",
"model": "V4_5ALL",
"negativeTags": "Relaxing Piano",
"vocalGender": "m",
"styleWeight": 0.65,
"weirdnessConstraint": 0.65,
"audioWeight": 0.65,
"callBackUrl": "https://api.example.com/callback"
}Response
Request successful
Example response
{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e"
}
}