Skip to main content
GET
/
v1
/
insights
/
stream
Stream insights (SSE)
curl --request GET \
  --url https://app.nex.ai/api/developers/v1/insights/stream \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Response

SSE event stream of insights

Server-Sent Events stream. Events: 'insight.batch.created' (real-time new insights), 'insight.replay' (historical replay on connect). Each event's data field contains a JSON object with workspace, insights array, insight_count, and emitted_at.

Last modified on March 7, 2026