---
title: "Tts Voice List"
method: GET
path: "/api/tts-voices"
tags: ["tts"]
---

# Tts Voice List

`GET /api/tts-voices`

## Headers

- `x-csrf-token` string
- `api-key` string

## Cookies

- `session_id` string

## Response `200`

Successful Response

- TTSVoicePublic[]
  - `id` string, uuid4, required
  - `visibility` 'public' | 'private' — An enumeration.
  - `name` string
  - `f0` number
  - `is_default` boolean

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.net/respeecher/apis/voice-markertplace-api.md) · [All operations](https://skmtc.net/respeecher/apis/voice-markertplace-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/respeecher/voice-markertplace-api/versions/dea31af89a85/schema)
