v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBV4 Avatars
Get avatar by id
get/expressives/avatars/{id}
Path parameters
idstring required
Response
OK
Example response
{
"name": "John Doe",
"sentiments": [
{
"sentiment": "happy",
"description": "An enthusiastic, expressive avatar full of charm and personality.”",
"voice": {
"voice_id": "en-US-JennyNeural",
"voice_config": {
"rate": "0.5",
"pitch": "+2st"
},
"language": "English (United States)"
}
}
]
}