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

Response

201
application/json

Custom vocabulary created.

The response is of type object.