XpectraFlow docs

XpectraFlow API

Ingest, query and annotate engineering telemetry over HTTP and gRPC.

XpectraFlow stores high-rate engineering telemetry — drone flights, propulsion tests, spacecraft downlink — and gives you charts, events and a command log over the top of it. This is the reference for talking to it from your own systems.

Start here

How data gets in

Two paths, and which one you want depends almost entirely on rate.

PathGood forRoughly
HTTP appendScripts, backfills, slow sensorsup to a few hundred points/s
gRPC streamingSustained sensor feeds10 kHz, validated to 20 kHz

Both start the same way — register a stream — and share one data model, so moving between them later changes the transport and nothing else.

If you are not sure, start with HTTP. It is the only one you can drive with curl.

Getting commands out

XpectraFlow does not transmit to your vehicle. When an operator issues a command, we POST a signed notification to an HTTPS endpoint you registered, and your own system owns the last mile — the radio, the interlocks, the responsibility.

How command delivery works explains the model, the two interlocks that gate it, and what your receiver has to do.

The reference

Organised by resource — one page per noun, with every operation on it, a runnable curl, and the response it actually returns.

On this page