Streamlogia collects logs from any service and delivers them to your team in real time. Ship a log with a single HTTP call — everything else (streaming, alerting, search) happens in the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.streamlogia.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Your service sends a log
POST /v1/ingest with Authorization: Bearer eyJ… and a JSON body containing level, message, source, and projectId.api.streamlogia.com receives it
The API authenticates the request, validates the payload, and fans it out to three destinations simultaneously.
What you get
| Feature | Description |
|---|---|
| Real-time stream | Logs appear the moment they arrive — no polling |
| Log levels | Filter by DEBUG, INFO, WARN, ERROR |
| Full-text search | Query across message, source, and tags |
| Alert rules | Notify your team when conditions match |
| Projects & orgs | Isolate logs per service and team |
| Simple API | One endpoint, a Bearer token, a JSON body |
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