SDK: New Typescript SDK
We’ve published a new Typescript SDK. Try it out:
Together with the release, the old @speechify/api-sdk
package is now deprecated.
Migrating from @speechify/api-sdk
The JWT-based authentication endpoint has been deprecated. This means that the auto-refresh token feature has also been removed in the new SDK.
- How to call individual endpoints is available in the API Explorer. Switch to the Typescript SDK tab to see the snippet.
- The full implementation of the new SDK is available in the GitHub repository.
Quick Start Guide
API: Deprecated POST /v1/auth/token
endpoint
The POST /v1/auth/token
endpoint is now deprecated. We will only support API Key authentication moving forward.