๐ Just getting started with the api, transcribing pre-recorded works great! Looking at the wss streaming endpoint, noticed that authentication requires an http Authorization header to be sent with the web socket request. The web-standard WebSocket client (browsers and other standards-based server-side envs) do not have this ability. https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
Can I pass my api token in another way? (e.g. query param or auth ws message)
Thanks!