Skip to main content
GET

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

string
Filter avatars by gender: male or female.
string
Comma-separated list of tags to filter by (e.g., “business,professional”).

Response

Array of available avatar look objects:
string
Unique identifier for the avatar look (use this in generation requests).
string
Human-readable name of the avatar look.
string
Avatar gender: male or female.
string
Setting/background of the avatar (e.g., “office”, “studio”, “outdoor”).
string
Optimal video format for this avatar (e.g., “vertical”, “square”).
array
Array of descriptive tags (e.g., [“business”, “professional”, “modern”]).
string
URL to a static thumbnail image of the avatar.
string
URL to a short video preview of the avatar in action.
array
Array of avatar model IDs compatible with this avatar look. Possible values: standard, premium, ultra, veo-3-fast, veo-3.

Example