API ReferenceCalls
List calls (coming soon)
Authorization
ApiKeyAuth AuthorizationBearer <token>
Team API key (prefix sk_). Use Authorization: Bearer or X-Api-Key: .
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/console/calls"{ "message": "Calls API coming soon", "data": null, "code": "not_implemented"}Stream messages (Server-Sent Events)
Server-Sent Events (text/event-stream) feed of new messages for a conversation. Authenticate with a `ticket` obtained from POST .../stream-ticket (no API key header here, since EventSource cannot set headers). Supports reconnect/catch-up via the `Last-Event-ID` header (automatically sent by EventSource) or the `?after=` query parameter. Emits `message` events (and periodic `heartbeat` events to keep the connection alive). Each `message` event's SSE `id:` is the chat id and its `data:` JSON matches `StreamMessageEvent`.
Releases
Published packages and changelogs for the BimpeAI SDKs.