POST
/
configuration
/
v1
/
custom-vocabularies
curl --request POST \
  --url https://api.sandbox.asapp.com/configuration/v1/custom-vocabularies \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "phrase": "I triple E",
  "soundsLike": [
    "IEEE"
  ]
}'
{
  "phrase": "IEEE",
  "soundsLike": [
    "I triple E"
  ]
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Body

application/json
phrase
string
required

The phrase to be added to the custom vocabulary. This is the phrase you want to end up with in the transcription.

Example:

"I triple E"

soundsLike
string[]
required

An array of phonetic representations of the phrase.

Response

201
application/json
Custom vocabulary created.
phrase
string
required

The phrase to be added to the custom vocabulary. This is the phrase you want to end up with in the transcription.

soundsLike
string[]
required

An array of phonetic representations of the phrase.

id
string

The id of the custom vocabulary