BotConnector
Sign in Workspace Open App

POST /v1/chat/completions

Beta
text
curl https://api.botconnector.id/v1/chat/completions \
  -H "Authorization: Bearer bc_live_..." \
  -H "Content-Type: application/json" \
  -d '{"model":"ling-3.0-flash-sante","messages":[{"role":"user","content":"Hello"}]}'

Use a model ID returned by GET /v1/models. Unsupported request shapes return an explicit error.