---
title: "GET /api/v1/voices/options"
method: GET
path: "/api/v1/voices/options"
tags: ["Voices"]
---

# GET /api/v1/voices/options

`GET /api/v1/voices/options`

Retrieves available voice options for TTS.

## Headers

- `authorization` string, required — The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

## Response `200`

Retrieves all available voice options.

- object[]
  - `gender` 'male' | 'female', required
  - `model` string, required
  - `name` string, required
  - `provider` 'openai', required

## Other responses

- `401` — Unauthorized.

---

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