Live Avatar

List public avatars

get
/liveavatar/public-avatars/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of avatars

application/json
get
/liveavatar/public-avatars/
200

List of avatars

Get avatar by ID

get
/liveavatar/avatars/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

Avatar details

application/json
get
/liveavatar/avatars/{id}
200

Avatar details

List contexts

get
/liveavatar/contexts/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of contexts

application/json
get
/liveavatar/contexts/
200

List of contexts

Get context by ID

get
/liveavatar/contexts/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

Context details

application/json
get
/liveavatar/contexts/{id}
200

Context details

List voices

get
/liveavatar/voices/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of voices

application/json
get
/liveavatar/voices/
200

List of voices

Get voice by ID

get
/liveavatar/voices/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

Voice details

application/json
get
/liveavatar/voices/{id}
200

Voice details

Create avatar session token

post
/liveavatar/sessions/token/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
modestringRequired
avatar_idstringRequired
Responses
chevron-right
200

Session token created

No content

post
/liveavatar/sessions/token/
200

Session token created

No content

Start avatar session

post
/liveavatar/sessions/start/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
session_tokenstringRequired
Responses
chevron-right
200

Session started

No content

post
/liveavatar/sessions/start/
200

Session started

No content

Stop avatar session

post
/liveavatar/sessions/stop/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
session_tokenstringRequired
Responses
chevron-right
200

Session stopped

No content

post
/liveavatar/sessions/stop/
200

Session stopped

No content

Keep avatar session alive

post
/liveavatar/keep-alive-session/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
session_tokenstringRequired
Responses
chevron-right
200

Session refreshed

No content

post
/liveavatar/keep-alive-session/
200

Session refreshed

No content

Last updated