Gradium TTS default
Gradium TTS
Gradium TTS default
Real-time multilingual text-to-speech with streaming WebSocket and one-shot HTTP synthesis
POST
Gradium TTS default
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Override the default region for this request.
Body
application/json
Text to synthesize.
Minimum string length:
1Voice ID from the Gradium voice library or a custom voice ID.
Output audio format.
Available options:
wav, pcm, pcm_8000, pcm_16000, pcm_24000, opus, ulaw_8000, alaw_8000 SLNG normalized output audio encoding (WebSocket streaming).
Available options:
wav, linear16, pcm, opus, mulaw, alaw Language hint for synthesis.
Available options:
en, fr, de, es, pt Sampling temperature (stability). Lower is more stable.
Required range:
0 <= x <= 1.4HTTP only. When true, returns raw audio bytes instead of a JSON message stream.
Response
Success