Official SDKs
Speechify provides the official AI API SDK for Node.js and the browser. SDKs for other languages are planned, but currently not implemented.
The official SDK is the easiest way to get started with the Speechify AI API if you're not willing to deal with the HTTP requests or OAuth directly. It packages the common methods and idioms in the way that should feel most natural to your programming language.
At the moment, the following language(s) and platform(s) have the official SDKs available: TypeScript/JavaScript, universal (isomorphic) code that should work in every modern browser and Node.js. Read the docs.
More SDKs are planned, without any specifc release dates:
- Python
- Swift
- Kotlin
All of our SDK are and will be open-source, with the source code available through the official repository.
TypeScript/JavaScript
Our official TS/JS SDK works in every modern browser and Node.js.
Install it with
npm add @speechify/api-sdk
See the source code here or read the full documentation.
Updated 4 months ago