Base URL, authentication forms, and tooling for calling the KugelAudio API directly.
Everything our SDKs do goes over the public HTTP + WebSocket API — you can use
it directly from any language. This page covers the connection basics; each
endpoint’s full message reference lives on its own page.
Non-ASCII characters (umlauts, accents, CJK, etc.): when calling the API
directly, set Content-Type: application/json; charset=utf-8, normalize
your text to Unicode NFC before sending, and always set the language
parameter explicitly. Without these steps, characters like ä, ö, ü,
ß may be garbled or mispronounced. Our SDKs handle this automatically.