List avatars

The endpoint will return the available avatars for your workspace.

The types of avatars the endpoint will return:

  • Studio: Avatars provided by Colossyan.

  • Scenario: Also provided by Colossyan, but shown with a specific scenario background.

  • Instant: Custom-made avatars. To learn how to create one using the API, check out the following page ⇒Create avatar

  • ssa_lite/ssa_studio: These are also custom-made avatars. To learn more, visit this link.

Avatar inference model and variant support

There are two different inference models supported by the API (returned by the supportedInferenceModel parameter):

  • legacy

  • neo

There are three different avatar variants supported by the API (returned by the supportedActorTrackVariant parameter):

  • full_body

  • bubble

  • shoulder

Avatar variant
Legacy supported
Neo supported

full_body

bubble

shoulder

Retrieve a list of avatars

get

Fetches a list of avatars that the user has access to.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

A list of avatars

application/json
get
/assets/actors

Last updated

Was this helpful?