Skip to main content
GET
/
analyze
/
live
/
{session_id}
/
events
Subscribe to SSE events
curl --request GET \
  --url https://api.illocution.ai/analyze/live/{session_id}/events \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

API key for authentication. Can also be passed as query parameter: api_key=

Path Parameters

session_id
string
required

Live session identifier

Response

SSE stream of events

The response is of type string.