---
title: "Get Voices"
method: GET
path: "/v1/voices"
---

# Get Voices

`GET /v1/voices`

Voices visible to the caller: public catalog page + own voices.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- VoicesResponse — List of available voices.
  - `voices` VoiceInfo[], required
    - `id` integer, required
    - `voice_id` integer, required
    - `handle` string, nullable
    - `public_id` string, nullable
    - `name` string, required
    - `description` string, nullable
    - `category` string
    - `sex` string, nullable
    - `age` string, nullable
    - `quality` string
    - `supported_languages` string[]
    - `sample_url` string, nullable
    - `avatar_url` string, nullable
  - `total` integer
  - `limit` integer
  - `offset` integer

## Other responses

- `422` — Validation Error

---

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