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

# Get Voice Preview By Id

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

Get voice preview by id

## Path parameters

- `voice_id` string, required

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseVoicePreviewResponseSchema
  - `code` integer
  - `data` VoicePreviewResponseSchema
    - `audio_base64` 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)
