---
title: "List custom pronunciations"
method: GET
path: "/pronunciations"
tags: ["customPronunciations"]
---

# List custom pronunciations

`GET /pronunciations`

Retrieve all custom pronunciations for your team, with optional filters.

## Query parameters

- `language` string
- `domain` string
- `status` 'pending' | 'ready' | 'failed'
- `active` boolean

## Headers

- `Authorization` string, required

## Response `200`

List of custom pronunciations

- CustomPronunciationsListPronunciationsResponse200
  - `success` boolean
  - `items` 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

---

[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)
