Ingest API Specification
OpenAPI Spec (JSON)
GET/v1/health
Edge gateway readiness and health status check. Returns regional availability telemetry.
POST/v1/telemetry/events
Asynchronous batch telemetry and client trace ingestion buffer. Returns 202 Accepted.
GET/v1/streams/{streamId}/ws
Full-duplex low-latency WebSocket live stream channel.
POST/v1/ingest/push/{streamKey}
High-throughput binary streaming pipeline for distributed ingestion. Accepts live stream token.
gRPC/ingest.v1.IngestService/Stream
Bidirectional multiplexed HTTP/2 gRPC streaming pipeline.