---
title: "Get custom pronunciation"
method: GET
path: "/pronunciations/{uuid}"
tags: ["customPronunciations"]
---

# Get custom pronunciation

`GET /pronunciations/{uuid}`

Retrieve a single custom pronunciation by UUID

## Path parameters

- `uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Pronunciation details

- CustomPronunciationsGetPronunciationResponse200
  - `success` boolean
  - `item` CustomPronunciation
    - `uuid` string, uuid — Unique identifier for the pronunciation
    - `word` string — The word or phrase this pronunciation applies to
    - `status` 'pending' | 'ready' | 'failed' — Processing status. Only "ready" pronunciations are applied during synthesis.
    - `active` boolean — Whether this pronunciation is active and will be applied during synthesis
    - `audio_url` string, uri — URL to the uploaded reference audio
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
