HTTP API
Batch has a super simple HTTP API for accepting event data. There is only one
POST
method which requires you to pass in a Batch-Token
header.post
https://http-collector.streamdal.com
/v1/collection
Add a new event
The HTTP API does not support batching and is not intended for high throughput collection. The goal of the HTTP API is to provide you with a way to send us data in the easiest way possible - via a
curl
or a quick script.Under optimal conditions, you can reach up to ~5,000 events/sec ingestion speeds but this will vary based on your location/latency and client server.
Last modified 7mo ago