List avatars
list_avatarsRetrieve available Synthesia avatars (stock catalog and custom avatars from config) by name, gender, version, or source to obtain avatar IDs for video creation.
Instructions
List Synthesia avatars available for video creation: stock avatars from a bundled catalog snapshot, plus any custom/personal avatars registered in the local server config. Returns avatar IDs to use as the avatar field in create_video. Note: Synthesia has no API endpoint for avatar discovery, so the stock list is a snapshot and may be incomplete; custom avatar IDs must be registered in the config file (copied from STUDIO via the avatar's three-dot menu → Copy ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring match on the avatar name. | |
| gender | No | Filter by gender as listed in the catalog (e.g. 'Male', 'Female'). | |
| version | No | Filter by avatar model version, e.g. 'EXPRESS-1' or '3'. | |
| source | No | Limit to stock catalog or config-registered custom avatars. Default: all. |