Avatars and Voices
Get an Avatar by id
Returns a single Avatar identified by its id
GET
/
avatars
/
{id}
Authorizations
x-api-key
string
headerrequiredAPI key to be included in the x-api-key header
Path Parameters
id
string
requiredThe id of the Avatar to retrieve
Response
200 - application/json
id
string
name
string
createAt
string
updatedAt
string
gestures
object[]
A list of labelized gestures available for your avatar.
status
string
width
integer
height
integer
thumbnailUrl
string
Was this page helpful?