Ruby SDK Reference

The AssemblyAI Ruby SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async, audio intelligence models, as well as the latest LeMUR models.

The Ruby SDK does not support Streaming STT at this time.

Installation

Install the gem and add to the application’s Gemfile by executing:

$bundle add assemblyai

If bundler is not being used to manage dependencies, install the gem by executing:

$gem install assemblyai