post
https://api.getkronos.ai/api/chat
Sends a message to an agent and returns its reply. This is the core endpoint of the API distribution channel.
Response mode
- Streaming (default when
messagesis provided, orstream: true) — atext/event-streamof Server-Sent Events (Vercel AI UI message stream;x-vercel-ai-ui-message-stream: v1). - JSON (
stream: false) — a single JSON object with the agent reply.
The reply always comes from the agent configured on the API distribution that owns the key; the request-level agent_id is ignored on API-key calls. Pass conversation_id to continue an existing thread.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Agent reply. An SSE stream when streaming, or a single JSON object when stream is false.
400Message content is required.
