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

# Get Voice

`GET /v1/voices`

## Query parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- union
  - AzureVoice
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `type` 'voice_azure', required
    - `voice_name` string, required
    - `pitch` integer
    - `rate` integer
  - RimeVoice
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `type` 'voice_rime', required
    - `speaker` string, required
    - `speed_alpha` number, nullable
    - `model_id` union
      - 'mist' | 'v1'
      - Undefined
  - ElevenLabsVoice
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `type` 'voice_eleven_labs', required
    - `voice_id` string, required
    - `stability` number, nullable
    - `similarity_boost` number, nullable
    - `api_key` string, nullable
    - `optimize_streaming_latency` integer, nullable
    - `model_id` string, nullable
    - `experimental_input_streaming` boolean
  - PlayHtVoice
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `type` 'voice_play_ht', required
    - `voice_id` string, required
    - `api_user_id` string, nullable
    - `api_key` string, nullable
    - `version` '1' | '2'
    - `speed` number, nullable
    - `quality` 'faster' | 'draft' | 'low' | 'medium' | 'high' | 'premium', nullable
    - `temperature` number, nullable
    - `top_p` number, nullable
    - `text_guidance` number, nullable
    - `voice_guidance` number, nullable
    - `experimental_remove_silence` boolean
  - VocodeVoice
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `type` 'voice_vocode', required
    - `voice_id` 'joe', required

## Other responses

- `422` — Validation Error

## Changes

- **2024-08-14** `63991d99e2e1` — 15 breaking, 12 info
  - added `#/components/schemas/VocodeVoice` to the response body `oneOf` list for the response status `200`
  - response property `oneOf[subschema #2: RimeVoice]/speed_alpha` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `oneOf[subschema #3: ElevenLabsVoice]/api_key` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `oneOf[subschema #3: ElevenLabsVoice]/model_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …23 more
- **2024-04-15** `47ab17602d64` — 1 info
  - added the optional property `oneOf[subschema #2: RimeVoice]/model_id` to the response with the `200` status
- **2024-03-18** `500a519452b0` — 5 info
  - added the optional property `oneOf[subschema #3: ElevenLabsVoice]/experimental_input_streaming` to the response with the `200` status
  - added the optional property `oneOf[subschema #4: PlayHtVoice]/experimental_remove_silence` to the response with the `200` status
  - added the optional property `oneOf[subschema #4: PlayHtVoice]/text_guidance` to the response with the `200` status
  - added the optional property `oneOf[subschema #4: PlayHtVoice]/top_p` to the response with the `200` status
  - …1 more
- …earlier changes not shown

[Full history](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/changes/v1/voices/get.md)

---

[API](https://skmtc.dev/vocodedev/apis/vocode-hosted-api.md) · [All operations](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vocodedev/vocode-hosted-api/revisions/ffca17c004e2/schema)
