Official SDKs
Client libraries for Python and TypeScript
Python
- Requires Python 3.8+
- Source code & docs
- PyPI package
TypeScript / JavaScript
- Works in Node.js and modern browsers
- Source code & docs
- NPM package
The old @speechify/api-sdk package is deprecated. See the migration guide to upgrade.
REST API
No SDK needed — make direct HTTP calls from any language:
See the API Reference for all available endpoints.
Environment variables
Both SDKs read the SPEECHIFY_API_KEY environment variable automatically:
You can also pass the key explicitly when creating the client. See the Authentication guide for security best practices.