v1
latestOpenAPI 3.0.32026-07-26214565.6 KBSession Management
Create Session
Create a new streaming avatar session
post/api/open/v4/liveAvatar/session/create
Request body
Example request
{
"voice_params": {
"minimax_settings": {
"model": "speech-2.8-turbo",
"language_boost": "auto",
"voice_setting": {
"voice_id": "English_Gentle-voiced_man",
"speed": 1,
"vol": 1,
"emotion": "angry"
}
}
}
}Response
Session created successfully
Example response
{
"code": 1000,
"msg": "OK"
}