Skip to main content
GET
/
pronunciations
/
{uid}
Get Pronunciation Dictionary
curl --request GET \
  --url https://api.gradium.ai/api/pronunciations/{uid}
{
  "name": "<string>",
  "language": "<string>",
  "uid": "<string>",
  "org_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "rules": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.gradium.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

uid
string
required

Response

Successful Response

Pronunciation dictionary response schema.

name
string
required
language
string
required
uid
string
required
org_uid
string<uuid>
required
created_at
string<date-time>
required
description
string | null
rules
PronunciationRuleResponse · object[]