STTConfig field of the StartAIConversation API:// json — STTConfig{"Language": "en","VadSilenceTime": 1000,"CustomParam": "{\\"STTType\\":\\"soniox\\",\\"ApiKey\\":\\"<your_soniox_api_key>\\",\\"Model\\":\\"stt-rt-v4\\",\\"LanguageHints\\":[],\\"Context\\":{}}"}
Field | Type | Required | Description |
Language | String | No | |
VadSilenceTime | Integer | No |
CustomParam is not part of the standard STTConfig fields. It is only required when using a third-party STT engine, and is used to pass the service provider's authentication parameters.Field | Type | Required | Description |
STTType | String | Yes | Fixed value: "soniox". |
ApiKey | String | Yes | |
Model | String | Yes | |
LanguageHints | List | No | Optional list of language codes to prioritize. If omitted or empty, Soniox auto-detects the language. See Supported Languages. |
Context | Object | No | Optional context object for domain-specific customization (terms, phrases, etc.). See Soniox Context. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback