Skip to main content
GET
/
api
/
events
Subscribe to all camera events (SSE)
curl --request GET \
  --url http://{host}:{port}/api/events
"<string>"

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - text/event-stream

SSE event stream

Server-Sent Events stream. Each event uses the standard SSE framing: event: <name>\\ndata: <json>\\n\\n. See the description for the full event catalog and payload shapes.