Overview
This endpoint returns all available avatar looks that you can use in video generation. Avatar looks are specific appearances/styles of digital presenters that can deliver your video content.Authentication
This endpoint requires API key authentication. Include your API key in the
Authorization
header.Query Parameters
Filter avatars by gender:
male
or female
.Comma-separated list of tags to filter by (e.g., “business,professional”).
Response
Array of available avatar look objects:Unique identifier for the avatar look (use this in generation requests).
Human-readable name of the avatar look.
Avatar gender:
male
or female
.Setting/background of the avatar (e.g., “office”, “studio”, “outdoor”).
Optimal video format for this avatar (e.g., “vertical”, “square”).
Array of descriptive tags (e.g., [“business”, “professional”, “modern”]).
URL to a static thumbnail image of the avatar.
URL to a short video preview of the avatar in action.