BotConnector
Masuk Workspace Buka Aplikasi

Hosted Developer API

Beta

Base URL

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

Autentikasi

Buat API key di Workspace → API Keys, lalu kirim sebagai Bearer token.

text
Authorization: Bearer bc_live_...

Route hosted yang diverifikasi

MethodRouteCatatan
GET/v1/modelsMenampilkan model yang tersedia untuk akun terautentikasi
POST/v1/chat/completionsRequest chat kompatibel OpenAI

Gateway hosted saat ini tidak mengiklankan Responses, Anthropic Messages, Embeddings, atau Rerank sebagai endpoint hosted publik.

Contoh

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

Gunakan Model ID canonical yang dikembalikan oleh /v1/models untuk request chat.

Referensi API →