Minimal request
Full request with all fields
Batch (array of entries)
Shell script helper
Drop this function into your shell scripts:HTTPie
Checking the response
Other languages (raw HTTP)
Any language with an HTTP client can ingest logs. The pattern is always the same:| Step | Value |
|---|---|
| Method | POST |
| URL | https://api.streamlogia.com/v1/ingest |
| Header | Authorization: Bearer YOUR_API_KEY |
| Header | Content-Type: application/json |
| Body | JSON object (or array of objects) per Ingest reference |