Skip to main content

AssemblyAI (Beta)

AssemblyAI provides advanced automatic speech recognition with high accuracy and support for multiple languages, designed for real-time conversational AI applications.

Sample configuration

The following example shows a starting asr parameter configuration you can use when you Start a conversational AI agent.


_7
"asr": {
_7
"vendor": "assemblyai",
_7
"params": {
_7
"api_key": "<assemblyai_api_key>",
_7
"language": "en-US"
_7
}
_7
}

caution

The parameters listed on this page are validated for use with Conversational AI Engine. Required parameters must be provided as documented. Any additional parameters are passed through directly to the underlying vendor without validation. For a full list of supported options, refer to the AssemblyAI official documentation.

Key parameters

paramsrequired
  • api_key stringrequired

    The API key used for authentication. Get your API key from the AssemblyAI Dashboard.

  • language stringrequired

    The language code for speech recognition.