---
title: "List Tts Voices"
method: GET
path: "/v1/tts/voices"
tags: ["TTS"]
---

# List Tts Voices

`GET /v1/tts/voices`

List all cloned voices for the organization.

## Response `200`

Successful Response

- TTSVoicesListResponse
  - `voices` TTSVoiceResponse[], required
    - `voice_id` string, required
    - `name` string, required
    - `elevenlabs_voice_id` string, required
    - `created_at` string, required
    - `created_by` string, nullable

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
