Create a pronunciation dictionary

POST
/v1/pronunciation-dictionaries/add-from-file

Creates a new pronunciation dictionary from a lexicon .PLS file

Request

This endpoint expects a multipart form containing an optional file.
namestringRequired

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

filefileOptional
descriptionstringOptional

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

workspace_accessenumOptional

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

Allowed values: admineditorviewer

Response

Successful Response

idstring
namestring
created_bystring
creation_time_unixinteger
version_idstring
descriptionstringOptional
Built with