Generate speech from text with HTTP chunked streaming. If voice_id is provided, uses that voice; otherwise uses the default built-in voice. Returns audio chunks as they are generated.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
The text to generate speech for
Optional voice ID. If omitted, the default built-in voice is used.
Audio format: mp3, wav, or pcm
mp3, wav, pcm Temperature for generation (0.0-2.0)
0 <= x <= 2Top-p sampling parameter (0.0-1.0)
0 <= x <= 1Successful Response - Returns HTTP chunked streaming audio
MP3 audio chunks streamed via HTTP chunked transfer encoding