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