v1
latestOpenAPI 3.0.12026-07-2696152184.1 KBPronunciationDicts
Retrieve a specific pronunciation dictionary by ID
get/pronunciation-dicts/{id}
Path parameters
idstring required
ID of the pronunciation dictionary to retrieve
Headers
Cartesia-Version'2026-03-01' date required
Example:2026-03-01
API version header.
Response
Example response
{
"id": "pdict_123",
"name": "Acme",
"description": "An example dictionary",
"is_owner": true,
"pinned": false,
"access": {
"type": "private",
"visibility": "owner"
},
"items": [
{
"text": "acme",
"alias": "<<ˈ|æ|k|m|i>>",
"pronunciation": "<<ˈ|æ|k|m|i>>"
}
],
"created_at": "2025-10-27T14:54:26.68581Z",
"owner_id": "org_123"
}