---
title: "Get TTS voice"
method: GET
path: "/v2/tts/voices/{id}"
---

# Get TTS voice

`GET /v2/tts/voices/{id}`

Retrieve a single TTS voice by ID.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `projectId` string

## Response `200`

Voice retrieved successfully.

- GetTtsVoiceResponse
  - `success` boolean
  - `message` string
  - `messageKey` string
  - `data` TtsVoice
    - `id` string, uuid, required
    - `language` 'en' | 'ar', required
    - `name` string, required
    - `tags` string[], required
    - `voiceRecord` string, uri, required — Signed URL for the voice audio sample
    - `dialectId` string, uuid, nullable
    - `dialect` object, nullable
      - `name` string
      - `languageCode` string
    - `image` string, uri, nullable — Avatar image for the voice
    - `createdAt` string, date-time, required
    - `isFavourite` boolean, required
    - `usedInJobs` boolean, required — Indicates whether this voice has been used in TTS jobs
    - `usedInVoiceAgents` boolean, required — Indicates whether this voice is assigned to any voice agents

## Other responses

- `400` — Validation error.
- `404` — Voice not found.
- `500` — Internal server error.

---

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