---
title: "Get Voices"
method: GET
path: "/v1/labs/voices"
tags: ["Labs"]
---

# Get Voices

`GET /v1/labs/voices`

Get list of available voices for Text-to-Speech.

> **Rate limit:** 60 requests/minute

## Query parameters

- `page_size` integer
- `page` integer
- `search` string
- `gender` string
- `age` string
- `accent` string
- `language` string
- `locale` string
- `category` 'professional' | 'famous' | 'high_quality'
- `use_cases` string
- `descriptives` string
- `featured` boolean
- `sort` string

## Response `200`

List of voices

- Voice[]
  - `public_owner_id` string
  - `voice_id` string — Unique voice identifier
  - `date_unix` integer
  - `name` string — Voice display name
  - `accent` string — Voice accent
  - `gender` string — Voice gender
  - `age` string — Voice age group
  - `descriptive` string — Descriptive tags
  - `use_case` string — Recommended use case
  - `category` 'generated' | 'cloned' | 'premade' | 'professional' | 'famous' | 'high_quality' — Voice category
  - `language` string — Primary language
  - `locale` string, nullable — Voice locale
  - `description` string — Voice description
  - `preview_url` string — URL to preview audio sample
  - `image_url` string — Voice avatar image URL
  - `rate` number — Voice usage rate
  - `free_users_allowed` boolean
  - `featured` boolean
  - `verified_languages` object[]
    - `language` string — Language code
    - `model_id` string — Model identifier
    - `accent` string — Accent for this language
    - `locale` string, nullable
    - `preview_url` string — Preview audio URL for this language

---

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