Skip to main content
Avatars come in two layers: a group is a character (e.g. “Monica”); each group has one or more looks (outfits, poses, styles). This page is about listing and inspecting groups via GET /v3/avatars and GET /v3/avatars/{group_id}. To pick a specific look to render with, see Avatar Looks. To train your own avatar, see Create Avatar.

Quick Example

Query Parameters

Response Fields

Each avatar group in the data array contains:

Get a Single Avatar Group

Full schema: GET /v3/avatars/{group_id}.

Pagination

If has_more is true, pass the next_token value as the token query parameter to fetch the next page.

Avatars vs. Looks

Avatar groups represent characters (e.g. “Monica”). Each group has one or more looks — different outfits, poses, or styles for that character. When creating a video, you pass a look ID (not a group ID) as the avatar_id. See Avatar Looks for how to browse and select looks.