---
title: "List Video Agent Styles"
method: GET
path: "/v3/video-agents/styles"
tags: ["Video Agent"]
---

# List Video Agent Styles

`GET /v3/video-agents/styles`

Returns curated visual style templates available for Video Agent sessions. Each style controls scene composition, pacing, and aesthetics. Supports tag filtering (e.g. 'cinematic', 'retro-tech').

## Query parameters

- `tag` string
- `limit` integer
- `token` string

## Response `200`

Successful response

- object
  - `data` StyleItem[]
    - `style_id` string, required — Unique style identifier. Pass to POST /v3/video-agents as style_id.
    - `name` string, required — Display name of the style.
    - `thumbnail_url` string, nullable — Thumbnail image URL (public CDN).
    - `preview_video_url` string, nullable — Preview video URL (public CDN, mp4).
    - `tags` string[], nullable — Tags (e.g., cinematic, retro-tech, iconic-artist).
    - `aspect_ratio` string, nullable — Aspect ratio (e.g., '16:9', '9:16', '1:1').
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/revisions/e2e54726e210/schema)
