create a streaming session
mint a one-shot websocket session for real-time streaming synthesis. set audio_format here to negotiate opus, pcm, mulaw, alaw, or mp3; omit it for raw 24 khz mono signed 16-bit little-endian pcm. connect only to the returned ws_url, append ?token=<token>, and send a json synthesis frame. binary messages contain the negotiated audio stream and are followed by a terminal {"type":"done"} json frame.
Authorizations
your rumik api key, e.g. rk_live_.... create one in the rumik dashboard.
Body
text to synthesize. sent again in the websocket synthesis frame.
2000which model to use.
muga, mulberry optional output format for this one-shot session. omit the field for raw 24 khz mono signed 16-bit little-endian pcm. explicit null and unsupported values return 400 unsupported_audio_format.
opus, pcm, mulaw, alaw, mp3