Request This endpoint expects a multipart form containing an optional file.
name string Required
The name of the pronunciation dictionary, used for identification only.
file file Optional
A lexicon .pls file which we will use to initialize the project with.
description string or null Optional
A description of the pronunciation dictionary, used for identification only.
workspace_access enum or null Optional
Should be one of 'admin', 'editor' or 'viewer'. If not provided, defaults to no access.
Allowed values: admin editor commenter viewer
Response Successful Response
id string
The ID of the created pronunciation dictionary.
name string
The name of the created pronunciation dictionary.
created_by string
The user ID of the creator of the pronunciation dictionary.
creation_time_unix integer
The creation time of the pronunciation dictionary in Unix timestamp.
version_id string
The ID of the created pronunciation dictionary version.
version_rules_num integer
The number of rules in the version of the pronunciation dictionary.
permission_on_resource enum or null
The permission on the resource of the pronunciation dictionary.
Allowed values: admin editor commenter viewer
description string or null
The description of the pronunciation dictionary.