Send Chat Message
Send a text message to an agent and receive an AI response (non-voice interaction).POST /chats/interaction
Authentication: JWT cookie or API key
Chat interactions use the same system prompt and knowledge base as voice calls, providing consistent responses across channels.
Get Chat Logs
Retrieve chat conversation history.GET /chats/logs
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number |
page_size | integer | 25 | Items per page |
agent_id | string | — | Filter by agent |
session_id | string | — | Filter by session |
Get Single Chat
GET /chats/{chat_id}
Returns full chat history for a specific conversation session.