---
title: "Retrieve available voices"
method: GET
path: "/v1/voices"
tags: ["Voice"]
---

# Retrieve available voices

`GET /v1/voices`

## Response `200`

Successful Response

- VoicesResponseBody
  - `supported_voices` Voice[], required
    - `voice_id` string, required
    - `service` union, required
      - 'eleven'
      - 'cartesia'
    - `name` string, nullable
    - `description` string, nullable
    - `labels` object, nullable
    - `preview_url` string, nullable
    - `premium` boolean
    - `user_id` string, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable

---

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