Get Pronunciation

GET https://app.resemble.ai/api/v2/pronunciations/{uuid}

Retrieve a single custom pronunciation by UUID.

$curl "https://app.resemble.ai/api/v2/pronunciations/a1b2c3d4-e5f6-7890-abcd-ef1234567890" \
> -H "Authorization: Bearer YOUR_API_KEY"

Response

1{
2 "success": true,
3 "item": {
4 "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
5 "word": "mounjaro",
6 "status": "ready",
7 "active": true,
8 "audio_url": "https://...",
9 "created_at": "2026-03-12T00:00:00.000Z",
10 "updated_at": "2026-03-12T00:00:00.000Z"
11 }
12}