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

Authorizations

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

Path Parameters

customVocabularyId
string
required

Identifier of the custom vocabulary

Response

200
application/json
Returns the custom vocabulary
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