curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "suno/extend",
"callBackUrl": "https://api.example.com/callback",
"input": {
"audioId": "e231****-****-****-****-****8cadc7dc",
"prompt": "用更多放松的音符和一个柔和的过渡段延长音乐",
"lyrics": "[主歌]\n让旋律继续流淌\n走进一段柔和的过渡\n[副歌]\n钢琴起伏回旋",
"style": "Classical",
"title": "Peaceful Piano Extended",
"continueAt": 60,
"model": "V6",
"negativeTags": "重金属, 快节奏鼓点",
"vocalGender": "m",
"styleWeight": 0.65,
"weirdnessConstraint": 0.65,
"audioWeight": 0.65,
"variety": 1,
"personaId": "persona_123",
"personaModel": "voice_persona"
}
}'