MC-1 DOCS
API ReferenceCookbook
Docs/API reference/Responses API
PublishedGuidanceLAST REVIEWED · 30 AUG 2026

Responses API

Create a response through the OpenAI-compatible logical model.

POST /responses

curl $MC1_BASE_URL/responses \
  -H "Authorization: Bearer $MC1_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "colomboai/mc-1",
    "input": "Summarize the operational risk in three bullets."
  }'

Core fields

  • model: use colomboai/mc-1 for automatic selection.
  • input: text or supported structured input.
  • stream: request event streaming when supported.
  • mc1: optional control-plane constraints when preserved by the client.
End of guide
Was this page helpful?