Skip to main content
A look is one outfit/pose/style for a character (avatar group). It’s the value you pass as avatar_id to video creation. List via GET /v3/avatars/looks, fetch one via GET /v3/avatars/looks/{look_id}, or Update / Delete your own. To create a new look, see Create Avatar.

Quick Example

Query Parameters

Response Fields

Each look in the data array contains:

Avatar Types

The avatar_type field determines what features and parameters are available when creating a video:

Get a Single Look

Full schema: GET /v3/avatars/looks/{look_id}. To rename or retag, use PATCH /v3/avatars/looks/{look_id}; to remove, DELETE.

Filtering by Group

To see all outfits and styles for a specific character, pass its group_id:

Pagination

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

Using a Look in Video Creation

Once you have a look id, pass it as avatar_id. When you request a specific rendering engine, pick one from the look’s supported_api_engines array — for example, pass "engine": {"type": "avatar_v"} when the array includes "avatar_v". Omitting engine uses Avatar IV. See Models for how the engines compare.