---
title: "List Voices"
method: GET
path: "/v1/voices"
tags: ["Catalog"]
---

# List Voices

`GET /v1/voices`

## Query parameters

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

## Headers

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

## Response `200`

Successful Response

- CatalogPagePublicVoice
  - `data` PublicVoice[], required
    - `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-12** `b3bccdb58e6c` — 2 breaking, 2 warning, 2 info
  - the `source` response property const value `stock` was removed for the status `200`
  - removed the required property `data/items/slug` from the response with the `200` status
  - added the new `custom` enum value to the `data/items/source` response property for the response status `200`
  - added the new `stock` enum value to the `data/items/source` response property for the response status `200`
  - …2 more
- **2026-08-11** `11e1197415cb` — 4 breaking
  - the response property `data/items/preview_url` became optional 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`
  - the `data/items/preview_url` response property's minLength was decreased from `1` to `0` for the response status `200`
- **2026-08-10** `021b1eec81a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mirage/apis/mirage-video-api/changes/v1/voices/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/36e24e91d2b5/schema)
