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.
Documentation IndexFetch the complete documentation index at: https://docs.callers.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.callers.ai/llms.txt
Use this file to discover all available pages before exploring further.
Optional sub organization ID. Must belong to your main organization API key.
ID of the campaign
Vocabulary entries retrieved successfully
Show child attributes