---
title: "Get available avatars"
method: GET
path: "/video/GetAvatars"
tags: ["Video"]
---

# Get available avatars

`GET /video/GetAvatars`

List all available avatars for video generation

## Response `200`

Successful response

- Avatar[]
  - `id` string — Avatar identifier
  - `name` string — Avatar display name
  - `gender` 'M' | 'F' — Avatar gender (M = Male, F = Female)

## Other responses

- `401` — Unauthorized

---

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