Create a pronunciation dictionary

Creates a new pronunciation dictionary from a lexicon .PLS file

Headers

xi-api-keystringRequired

Request

This endpoint expects a multipart form.
namestringRequired

The name of the pronunciation dictionary, used for identification only.

filestringOptionalformat: "binary"

A lexicon .pls file which we will use to initialize the project with.

descriptionstringOptional

A description of the pronunciation dictionary, used for identification only.

workspace_accessenumOptional

Should be one of ‘admin’, ‘editor’ or ‘viewer’. If not provided, defaults to no access.

Allowed values:

Response

Successful Response

idstring

The ID of the created pronunciation dictionary.

namestring

The name of the created pronunciation dictionary.

created_bystring

The user ID of the creator of the pronunciation dictionary.

creation_time_unixinteger

The creation time of the pronunciation dictionary in Unix timestamp.

version_idstring

The ID of the created pronunciation dictionary version.

version_rules_numinteger

The number of rules in the version of the pronunciation dictionary.

descriptionstringOptional

The description of the pronunciation dictionary.

permission_on_resourceenumOptional

The permission on the resource of the pronunciation dictionary.

Allowed values:

Errors