---
title: "List Avatars"
method: GET
path: "/v1/avatars"
tags: ["Catalog"]
---

# List Avatars

`GET /v1/avatars`

## Query parameters

- `limit` integer
- `after` string, nullable

## Headers

- `x-api-key` string, required — API Key for authentication

## Response `200`

Successful Response

- CatalogPagePublicAvatar
  - `data` PublicAvatar[], required
    - `id` string, required
    - `object` 'avatar'
    - `name` string, required
    - `description` string, nullable — Description of the avatar's visual appearance and setting.
    - `source` 'stock' | 'custom', required
    - `thumbnail_url` string, uri, required
    - `preview_url` string, uri, nullable
    - `aspect_ratio` '9:16' | '16:9', required
    - `paired_voice` PublicPairedVoice
      - `id` string, required
      - `object` 'voice'
      - `name` string, required
      - `source` 'stock' | 'custom', required
      - `preview_url` string, uri, nullable
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-18** `ae3399c6a7c6` — 1 info
  - added the optional property `data/items/description` to the response with the `200` status
- **2026-08-17** `8d87e4c765d8` — 1 info
  - added the optional property `data/items/paired_voice` to the response with the `200` status
- **2026-08-12** `b3bccdb58e6c` — 6 breaking, 2 warning, 2 info
  - the response property `data/items/preview_url` became optional for the status `200`
  - the `source` response property const value `stock` was removed for the status `200`
  - response property `data/items/preview_url` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/items/preview_url` response property's maxLength was unset from `2083` for the response status `200`
  - …6 more
- **2026-08-10** `021b1eec81a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mirage/apis/mirage-video-api/changes/v1/avatars/get.md)

---

[API](https://skmtc.dev/mirage/apis/mirage-video-api.md) · [All operations](https://skmtc.dev/mirage/apis/mirage-video-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirage/mirage-video-api/revisions/ae3399c6a7c6/schema)
