Stream text to speech
Stream synthesized audio as it is generated.
Authorizations
Breeze Developer API key.
Path Parameters
Voice identifier to synthesize. Use GET /v1/voices to discover available IDs.
Query Parameters
Streaming output encoding. Supported values: pcm, mp3, wav. Default: pcm for lower time to first audio.
Body
Text to synthesize.
1Optional model identifier to use for synthesis.
1 - 120Optional ISO 639-1 two-letter language code. The selected model must list the code in supported_languages.
2^[A-Za-z]{2}$Optional performance instructions for the generation. Use Chinese for Chinese TTS and English for English or any other language. Developer API requests do not translate instructions automatically.
Optional per-request voice settings override.
Response
Streaming audio bytes. The history-item-id header identifies the persisted generation.
The response is of type file.

