Reference
API Reference
HTTP API exposed by the local Iris.md.
Send a message
POST /v1/messages
Content-Type: application/json
{
"channel": "cli",
"text": "what's the disk usage on /var?"
}Stream a response
GET /v1/messages/:id/stream
Accept: text/event-stream