---
title: "Get Voice"
method: GET
path: "/v1/license/voices/{voice_id}"
tags: ["license"]
---

# Get Voice

`GET /v1/license/voices/{voice_id}`

## Path parameters

- `voice_id` integer, required

## Query parameters

- `license_key` string, required
- `instance_id` string, required
- `model_id` string, nullable

## Response `200`

Successful Response

- VoiceResponse
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable
  - `category` string
  - `sex` string, nullable
  - `age` string, nullable
  - `supported_languages` string[]
  - `sample_url` string, nullable
  - `avatar_url` string, nullable
  - `references` VoiceReferenceResponse[]
    - `id` integer, required
    - `audio_url` string, required
    - `encoding_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api.md) · [All operations](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kugelaudio/kugelaudio-tts-api/revisions/9ecca94b0377/schema)
