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

# Get voices

`GET /voices`

Lists all the voices assigned to a workspace.

## Query parameters

- `workspace` string, required
- `limit` integer
- `offset` integer
- `search` string
- `provider` 'elevenlabs' | 'deepgram' | 'synthflow'

## Headers

- `Authorization` string, required

## Response `200`

200

- GetVoicesResponse200
  - `status` string
  - `response` VoicesGetResponsesContentApplicationJsonSchemaResponse
    - `pagination` Pagination
      - `total_records` integer
      - `limit` integer
      - `offset` integer
    - `voices` VoicesGetResponsesContentApplicationJsonSchemaResponseVoicesItems[]
      - `voice_id` string
      - `name` string
      - `preview` string
      - `workspace` string
      - `provider` 'elevenlabs' | 'deepgram' | 'synthflow' — Voice provider (elevenlabs, deepgram, or synthflow).
      - `gender` 'male' | 'female' | 'neutral' — Voice gender.
      - `languages` string[], nullable — ISO language codes supported by this voice.

## Other responses

- `400` — 400

---

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