Getting Started
Synthesize speech with Sonus
Generate hyper-realistic speech with zero-shot voice cloning via POST https://api.sagea.space/v1/audio/speech.
- Synthesize MP3/WAV in 30+ languages
- Clone a voice from a 10-second sample
- Stream for real-time playback (~200ms first byte)
Time to complete: ~5 minutes
Step 1: Basic synthesis
Step 2: Voice cloning
Use the returned voice_id in /v1/audio/speech.
Step 3: Real-time streaming
For conversational AI, use WebSocket streaming at POST https://api.sagea.space/v1/audio/stream for sub-200ms first-byte latency with dynamic emotion shifting.
Verify
- Check
output.mp3duration andsample_rate(16kHz / 24kHz / 44.1kHz). - Supported
response_format:mp3,wav,ogg,flac. - Rate limits: 50 req/min (Starter), 500 req/min (Pro) for Sonus TTS.
