curl --request GET \
--url https://platform.kodexa.ai/api/channels/{channelId}/stream \
--header 'x-api-key: <api-key>'Subscribes to a Kodexa channel and streams messages in real time via Server-Sent Events (SSE), useful for live chat, agent output, and logs.
curl --request GET \
--url https://platform.kodexa.ai/api/channels/{channelId}/stream \
--header 'x-api-key: <api-key>'Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.