Create a pronunciation dictionary for the authenticated organization.
cURL
curl --request POST \ --url https://eu.api.gradium.ai/api/pronunciations/ \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "language": "<string>", "description": "<string>", "rules": [] } '
{ "name": "<string>", "language": "<string>", "uid": "<string>", "org_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "rules": [] }
Pronunciation dictionary create schema.
Show child attributes
Successful Response
Pronunciation dictionary response schema.