Developer API Reference
Beta
Base URL: https://api.botconnector.id/v1
Authentication
Authorization: Bearer bc_live_...
API keys are created and revoked from Workspace.
GET /v1/models
Returns model IDs available to the authenticated account.
A request without a valid key returns an authentication error.
POST /v1/chat/completions
OpenAI-compatible chat-completions surface. Use a canonical model ID from GET /v1/models.
Hosted endpoint boundary
The current public hosted contract does not include:
/v1/responses/v1/messages/v1/embeddings/v1/rerank
Unsupported hosted routes return an explicit error instead of silently falling back.
Account surfaces
Workspace provides API-key management, usage views, model catalog, integration guides, and account billing state. Internal account/admin routes are not part of this public reference.