Skip to main content
POST
Create a Voice Dictionary

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Body

application/json
name
string
required

Name of the voice dictionary.

Example:

"Medical Terms Dictionary"

words
object[]
required

Array of word pronunciation mappings.

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Voice dictionary created successfully"

messageKey
string
Example:

"VoiceDictionaryCreatedSuccessfully"

data
object