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

# Get Voice By Id

`GET /v1/voices/{voice_id}`

Get voice by id

## Path parameters

- `voice_id` string, required

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseVoiceSchema
  - `code` integer
  - `data` VoiceSchema
    - `id` string, uuid, required
    - `name` string, required
    - `description` string
    - `language` string, required
    - `gender` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `tags` string[], required
  - `message` string

## Other responses

- `422` — Validation Error

---

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