API documentation
Everything you need to call DataEdge from your service.
Authentication
Pass your project key as a bearer token. Keys are scoped per region.
Authorization: Bearer <PROJECT_KEY>
Host: ee1.sixteenline.pro
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/lookup | Key/value read at the edge |
POST | /v1/ingest | Push an event to the pipeline |
STREAM | /v1/stream | Bi-directional gRPC stream |
GET | /v1/health | Node health probe |
Streaming (gRPC)
Long-lived calls use HTTP/2 multiplexing over the regional endpoint.
grpcurl -d '{"key":"demo"}' \
ee1.sixteenline.pro:443 dataedge.v1.Edge/Lookup