How it works
1
Your service sends a log
POST /v1/ingest with Authorization: Bearer eyJ… and a JSON body containing level, message, source, and projectId.2
api.streamlogia.com receives it
The API authenticates the request, validates the payload, and fans it out to three destinations simultaneously.
3
Stored, streamed, and evaluated
The log is written to the log store, pushed over WebSocket to the live dashboard, and checked against your alert rules — notifying Slack, PagerDuty, or a webhook if conditions match.
What you get
Where to start
Quickstart
Ship your first log in under 2 minutes
Authentication
Create and manage API keys
Ingest API
Full request and response reference
SDKs
Node.js, Python, Go, and cURL examples