v1
latestOpenAPI 3.0.02026-07-26355125.0 KBMusic Generation
Generate Persona
post/api/v1/generate/generate-persona
Request body
Example request
{
"taskId": "5c79****be8e",
"audioId": "e231****-****-****-****-****8cadc7dc",
"name": "Electronic Pop Singer",
"description": "A modern electronic music style pop singer, skilled in dynamic rhythms and synthesizer tones",
"vocalEnd": 30,
"style": "Electronic Pop"
}Response
Request successful
Example response
{
"msg": "success",
"data": {
"personaId": "a1b2****c3d4",
"name": "Electronic Pop Singer",
"description": "A modern electronic music style pop singer, skilled in dynamic rhythms and synthesizer tones"
}
}