cURL
curl --request GET \ --url https://api.callers.ai/campaigns/{campaignId}/vocabulary \ --header 'Authorization: <api-key>'
{ "vocabulary": [ { "content": "<string>", "sounds_like": [ "<string>" ] } ] }
Returns all STT vocabulary entries for the campaign.
Optional sub organization ID. Must belong to your main organization API key.
ID of the campaign
Vocabulary entries retrieved successfully
Show child attributes