---
title: "Get Voices"
method: GET
path: "/v1/voices"
tags: ["Text to Speech"]
---

# Get Voices

`GET /v1/voices`

Get available voices for a given user

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- GetVoicesOut
  - `voices` Voice[]
    - `user_id` string, required
    - `voice_id` string, required
    - `name` string, required
    - `description` string
    - `created_at` integer
    - `updated_at` integer

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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