---
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

---

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