@speechmatics/batch-client
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

Speechmatics batch client 💬

Official JS client for the Speechmatics batch jobs API.

API documentation can be found here: https://docs.speechmatics.com/jobsapi#tag/jobs

Installation

npm i @speechmatics/batch-client

Usage

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

This package exports a BatchClient class which can be used to call the batch job API endpoints.

API keys 🔑

Note that the apiKey field of the BatchClient may be either a long lived API key, or a short-lived JWT.

If it is a short-lived JWT, the developer is responsible for making sure the key is valid.

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

Package Sidebar

Install

npm i @speechmatics/batch-client

Weekly Downloads

22,830

Version

5.1.0

License

MIT

Unpacked Size

186 kB

Total Files

8

Last publish

Collaborators

  • speechmatics_selfserve
  • speechmatics-devrel