Hosted Developer API
Beta
Base URL
text
https://api.botconnector.id/v1Autentikasi
Buat API key di Workspace → API Keys, lalu kirim sebagai Bearer token.
text
Authorization: Bearer bc_live_...Route hosted yang diverifikasi
| Method | Route | Catatan |
|---|---|---|
| GET | /v1/models | Menampilkan model yang tersedia untuk akun terautentikasi |
| POST | /v1/chat/completions | Request 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.