---
title: "List voices"
method: GET
path: "/api/v1/public/voices"
tags: ["public"]
---

# List voices

`GET /api/v1/public/voices`

List stable available voice profiles by provider, language, and suggested gender without calling an external provider.

## Query parameters

- `gender` string, nullable
- `provider` string, nullable

## Response `200`

Successful Response

- VoiceCatalog
  - `items` VoiceCatalogItem[], required
    - `voiceId` string, required
    - `name` string, required
    - `provider` string, required
    - `gender` string, nullable, required
    - `language` string, nullable, required
    - `available` boolean
  - `count` integer, required
  - `appUrl` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `2a1adc380310` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/voices/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
