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

MethodPathDescription
GET/v1/lookupKey/value read at the edge
POST/v1/ingestPush an event to the pipeline
STREAM/v1/streamBi-directional gRPC stream
GET/v1/healthNode 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