Hosted Developer API
Beta
Base URL
text
https://api.botconnector.id/v1Authentication
Create an API key in Workspace → API Keys and send it as a Bearer token.
text
Authorization: Bearer bc_live_...Verified hosted routes
| Method | Route | Notes |
|---|---|---|
| GET | /v1/models | Lists models available to the authenticated account |
| POST | /v1/chat/completions | OpenAI-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.