Bitseek Chat API Documentation
Bitseek Chat currently exposes two streaming interfaces:
- WebSocket:
wss://chat-proxy.bitseek.ai/v2/chat - HTTP SSE:
https://chat-proxy.bitseek.ai/v1/chat/completions
Quick Start
- Choose your transport:
- Real-time event-driven integration: WebSocket
- OpenAI-style SDK integration: HTTP SSE
- Complete authentication:
- WebSocket: query
apikeyortoken - HTTP SSE:
Authorization: Bearer <API-KEY-OR-TOKEN>
- WebSocket: query
- Follow protocol docs:
- WebSocket request/response event schema
- SSE request parameters and chunk format