Real-time Javascript SDK
Official JS client for the Speechmatics real-time transcription API.
Set Up
- Create an account on the Speechmatics On-Demand Portal here.
- Navigate to Manage > API Keys page in the Speechmatics On-Demand Portal.
- 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.