Skip to content
Last updated

Get a list of all predefined avatars available for assistants and user profiles.

GEThttps://api.aitronos.com/v1/avatars

Returns a collection of predefined avatar images that can be used for assistants and user profiles. Each avatar includes a preview URL and metadata.


Returns

An array of Avatar objects.


Avatar Categories

Avatars are organized into the following categories:

  • robots - Robot and AI-themed avatars
  • assistants - Friendly assistant characters
  • professional - Business and professional avatars
  • creative - Artistic and creative avatars
  • support - Customer support themed avatars
  • technical - Developer and technical avatars
  • abstract - Abstract and geometric designs

Usage

To use an avatar with an assistant:

{
  "name": "My Assistant",
  "avatarId": "avt_robot_blue",
  "model": "ftg-3.0"
}

You can also use a custom avatar URL instead:

{
  "name": "My Assistant",
  "avatar": "https://example.com/my-custom-avatar.png",
  "model": "ftg-3.0"
}