cURL
curl --request GET \ --url https://api.sandbox.asapp.com/configuration/v1/custom-vocabularies \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "customVocabularies": [ { "phrase": "IEEE", "soundsLike": [ "I triple E" ], "id": "1" } ], "nextCursor": "6b29fc40-ca47-1067-b31d-00dd010662da", "prevCursor": "04719ebd-13e1-40e9-8b92-0941cd16a19c" }
Retrieves all custom vocabulary configurations.
The cursor pointing to the current position
The maximum amount of objects to retrieve
1 <= x <= 100
Custom vocabulary configurations.
Show child attributes
The phrase to be added to the custom vocabulary. This is the phrase you want to end up with in the transcription.
An array of phonetic representations of the phrase.
The id of the custom vocabulary
The next cursor to fetch
"6b29fc40-ca47-1067-b31d-00dd010662da"
The previous cursor to fetch
"04719ebd-13e1-40e9-8b92-0941cd16a19c"
Was this page helpful?