Skip to main content

Real-time Javascript SDK

Official JS client for the Speechmatics real-time transcription API.

Set Up

  1. Create an account on the Speechmatics On-Demand Portal here.
  2. Navigate to Manage > API Keys page in the Speechmatics On-Demand Portal.
  3. Enter a name for your API key and store your API key somewhere safe.

Installation

npm i @speechmatics/real-time-client
info

For React Native, make sure to install the event-target-polyfill package, or any other polyfill for the EventTarget class

Usage

More examples will be available soon. For now, you can checkout the NodeJS example.

API keys 🔑

You can generate a long-lived API key through our self service portal here: https://portal.speechmatics.com/api-keys

See our documentation about generating short-lived JWTs here: https://docs.speechmatics.com/introduction/authentication

Source on GitHub

The source code for this package can be found on GitHub.