v1
latestOpenAPI 3.0.02026-07-26355125.0 KBUpload And Extend Audio
post/api/v1/generate/upload-extend
Request body
Example request
{
"uploadUrl": "https://storage.example.com/upload",
"defaultParamFlag": true,
"instrumental": true,
"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"
}
}