Returns every Soniox STT dictionary owned by the partner, ordered by creation date (newest first). The summary shape does not include the terms array — fetch a single dictionary to see them.
terms
cURL
curl --request GET \ --url https://api.vocobase.com/api/v2/dictionaries \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "dictionaries": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "term_count": 123, "char_count": 123, "attached_agent_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
List of dictionaries.
Show child attributes