BotConnector
Sign in Workspace Open App

Hosted Developer API

Beta

Base URL

text
https://api.botconnector.id/v1

Authentication

Create an API key in Workspace → API Keys and send it as a Bearer token.

text
Authorization: Bearer bc_live_...

Verified hosted routes

MethodRouteNotes
GET/v1/modelsLists models available to the authenticated account
POST/v1/chat/completionsOpenAI-compatible chat request

The current hosted gateway does not advertise Responses, Anthropic Messages, Embeddings, or Rerank as public hosted endpoints.

Example

text
curl https://api.botconnector.id/v1/models \
  -H "Authorization: Bearer bc_live_..."

Use a canonical model ID returned by /v1/models for chat requests.

API reference →