---
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
    - `slug` string, required
    - `source` 'stock'
    - `thumbnail_url` string, uri, required
    - `preview_url` string, uri, required
    - `aspect_ratio` '9:16' | '16:9', required
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

---

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