Skip to main content

Speechmatics

Speechmatics provides real-time automatic speech recognition (ASR) with flexible language support and reliable performance for 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": "speechmatics",
_7
"params": {
_7
"api_key": "<speechmatics_key>",
_7
"language": "en"
_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 Speechmatics documentation.

Key parameters

asrrequired
  • api_key stringrequired

    The Speechmatics API key used to authenticate requests. You must provide a valid key for the service to function.

  • language stringrequired

    The language code to use for transcription. For example, use en for English.