API Reference
All Bot API interfaces with their routes, request/response types, and versioning status.
Every request requires Authorization: Bot <token> header.
/api/bot/ IBotSelf
v1 stableGet information about the authenticated bot and its spaces.
ICalls
v20260401 draftReceive and manage incoming calls. Verified bots only.
IChannels
v1 stableCreate, list, and delete channels within a space.
ICommands
v1 stableRegister, update, list, and delete slash commands for your bot.
IEvents
v1 stableSubscribe to real-time events via Server-Sent Events (SSE). Receive messages, member changes, voice activity, and more.
IMembers
v1 stableManage space members: kick users from channels.
IMessages
v1 stableSend messages and retrieve message history from channels.
ISpaces
v1 stableGet space details and member information.
IVoice
v1 stableGet voice streaming tokens for audio ingress. Bots stream Opus audio directly to a WebSocket endpoint — no WebRTC needed.
IVoiceEgress
v20260401 draftSubscribe to individual voice tracks for audio egress. Verified bots only.