Quickstart
Make your first text-to-speech API call in 5 minutes
Get your API key
- Sign up at console.sws.speechify.com
- Go to API Keys
- Copy your default API key (or create a new one)
Set it as an environment variable:
Choose a voice
The API includes built-in voices. List them to find one that fits your use case:
Python
TypeScript
cURL
Popular built-in voices: george, henry, carly, sophia.
You can also clone any voice from a short audio sample.
Add emotion
Use SSML to control how the voice sounds:
Pass SSML as the input parameter — the API detects it automatically. See Emotion Control for the full list of 13 supported emotions.