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 officially supported and have been validated for use with Conversational AI Engine. For a complete reference, please see the AssemblyAI official documentation. To ensure predictable behavior, Agora strongly recommend using only the supported parameters. Passing other parameters may lead to unexpected results.

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.