WebSocket Connection
Endpoint
| Item | Value |
|---|---|
| Protocol | WebSocket |
| URL | wss://chat-proxy.bitseek.ai/v2/chat |
| Transport | websocket |
Authentication
Pass either apikey or token in query parameters.
API Key
wss://chat-proxy.bitseek.ai/v2/chat?apikey=<API-KEY>
Token
wss://chat-proxy.bitseek.ai/v2/chat?token=<ACCESS-TOKEN>
Notes
- If both are missing, server returns an
errorevent and closes the socket. - After successful auth, server will send
auth-connect-complete.