For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 three different inference models supported by the API (returned by the supportedInferenceModels parameter):

  • legacy

  • neo

  • neo2

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

  • full_body

  • bubble

  • shoulder

  • fullscreen (deprecated)

  • halfscreen (deprecated)

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
idstringRequired

Stable ID of the underlying avatar record

namestringRequired

Key in the database

display_namestringRequired

Display name of the avatar

preview_urlstringRequired

URL to the avatar's preview video

versionstring · enumRequiredPossible values:
typestring · enumOptionalPossible values:
genderstring · enumRequiredPossible values:
ageintegerOptional

Age of the avatar

ethnicitystring · enumOptionalPossible values:
clothing_stylestring · enumOptionalPossible values:
stylestring · enumOptionalPossible values:
qualitystring · enumOptionalPossible values:
emotionsstring[]Optional

Deprecated field, will be removed in future versions.

default_voicestringRequired

Default voice for the avatar

get/assets/actors

Last updated

Was this helpful?