1. Create an API key
Open the API keys page, select Create API key, name it, and copy the secret once. TreatBREEZE_API_KEY like a password.
2. Install the SDK
Python:3. Set environment variables
4. Convert text to speech
Python uses snake_case. TypeScript uses camelCase.5. Stream audio
Use streaming when playback should begin before the full response has been generated.6. List voices and history
Usevoices to choose saved or public voices, and history to inspect previous text-to-speech generations.
7. Inspect the request
The logs page shows the call with status, latency, audio download, and Copy as cURL.Next steps
Text to speech guide
Add batching, async jobs, expressive instructions, and per-call voice settings.
Streaming
Start playback before the full response has been generated.
Output formats
Choose MP3, WAV, FLAC, PCM, AAC, or Opus for your playback and pipeline needs.
Rate limits
Plan retries, async jobs, and concurrency around Breeze generation limits.

