---
title: "Get Voice Preview"
method: GET
path: "/api/v1/voice/voice_preview"
tags: ["Voice"]
---

# Get Voice Preview

`GET /api/v1/voice/voice_preview`

## Query parameters

- `voicetts_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseVoiceTTSRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` VoiceTTSRead
    - `name` string, nullable, required
    - `locale_code` string, nullable, required
    - `voice` string, nullable, required
    - `voicetts_provider` 'azure' | 'elevenlabs' | 'deepgram' | 'cartesia' | 'playht', required
    - `credits` number, nullable
    - `enabled` boolean, nullable
    - `language_group` string, nullable, required
    - `id` string, uuid, required
    - `attributes` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
