Base URL:
https://api.streamlogia.comPOST /v1/ingest
Authorization: Bearer YOUR_API_KEY
Request body
Send a single entry or an array of entries. Both are accepted.UUID of the project this log belongs to.
One of
DEBUG, INFO, WARN, ERROR.Human-readable description of the event. Max 8 KB.
Component or service that emitted the log — e.g.
api.handler, payments-service. Used for filtering.ISO 8601 timestamp — e.g.
2026-04-07T09:41:03Z. Defaults to the time of receipt if omitted.Arbitrary labels for filtering — e.g.
["prod", "region:us-east"].Arbitrary JSON context, max 64 KB — e.g.
{ "orderId": 9921, "traceId": "abc" }.Examples
Response
Number of entries stored.
Stable UUIDs for each entry, in request order.