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.string
required
UUID of the project this log belongs to.
string
required
One of
DEBUG, INFO, WARN, ERROR.string
required
Human-readable description of the event. Max 8 KB.
string
required
Component or service that emitted the log — e.g.
api.handler, payments-service. Used for filtering.string
ISO 8601 timestamp — e.g.
2026-04-07T09:41:03Z. Defaults to the time of receipt if omitted.string[]
Arbitrary labels for filtering — e.g.
["prod", "region:us-east"].object
Arbitrary JSON context, max 64 KB — e.g.
{ "orderId": 9921, "traceId": "abc" }.Examples
Response
integer
Number of entries stored.
string[]
Stable UUIDs for each entry, in request order.