https://platform.perso.ai; authenticate with PersoPlatform-APIKey (or xi-api-key for
ElevenLabs-compatible SDKs).
Synthesize speech
POST /api/speech/v1/text-to-speech/{voice_id}
The output_format query parameter is required. Supported values: wav_24000 (default),
wav_44100, mp3_44100, pcm_24000, pcm_44100.
Request body:
output_format.
Stream
For low-latency playback, stream the audio as it is generated instead of waiting for the full file:POST /api/speech/v1/text-to-speech/{voice_id}/stream
Same path, query parameter, and body — the response is a chunked audio stream you can play or save
progressively.

