Skip to main content
AWS Transcribe provides automatic speech recognition via Amazon Web Services. It supports a broad set of languages and dialects with streaming transcription for real-time voice assistant pipelines. Provider identifier: aws

Vault Credentials

KeyDescription
access_key_idAWS Access Key ID from your IAM user or role
secret_access_keyAWS Secret Access Key corresponding to the Access Key ID
regionAWS region where Transcribe requests are sent (e.g. us-east-1)

Setup

1

Create AWS credentials with Transcribe access

In the AWS IAM consoleUsers → Create User → attach the AmazonTranscribeFullAccess policy (or a scoped custom policy). Generate an access key pair under Security credentials.
2

Add to Rapida vault

In the Rapida dashboard → Credentials → Create Credential, select provider AWS, enter access_key_id, secret_access_key, and region.
3

Configure the assistant

In the assistant settings → STT Provider, select AWS Transcribe.
OptionExampleDescription
languageen-USLanguage code: en-US, en-GB, es-US, fr-FR, de-DE, it-IT, pt-BR, ja-JP, ko-KR, zh-CN, and more
See the full list of supported languages in the AWS Transcribe documentation.