get https://api.heygen.com/v2/avatar_group.list
List all avatar groups
Response
| Field | Type | Description |
|---|---|---|
| total_count | integer | Total number of avatar groups. |
| avatar_group_list | List of avatar groups. | |
| avatar_group_list[].id | string | Unique identifier for the avatar group. |
| avatar_group_list[].name | string | Name of the avatar group. |
| avatar_group_list[].created_at | float | Timestamp (in seconds) of when the avatar group was created. |
| avatar_group_list[].num_looks | integer | Number of looks in the avatar group. |
| avatar_group_list[].preview_image | string | URL of the avatar group’s preview image. |
| avatar_group_list[].group_type | string | Type of the group. Example: PUBLIC_PHOTO. |
| avatar_group_list[].train_status | string | Training status of the avatar group. Example: empty. |
| avatar_group_list[].default_voice_id | string | Default voice ID assigned to this avatar. |
