Stream updates as NDJSON
Long-lived newline-delimited JSON. One object per line, emitted every interval seconds until the client disconnects. Opening a stream counts against quota; it is not payable per call, so an exhausted quota returns 429 rather than a payment challenge.
GET
Stream updates as NDJSON
Authorizations
An API key (shumi_sk_…) or a session JWT. Create a key with shumi login and shumi keys create.
Path Parameters
Available options:
funding, regime, sentiment Query Parameters
Seconds between emissions. Clamped.
Required range:
10 <= x <= 300Stop after this many emissions. 0 streams indefinitely.
Emit only when the payload changed.
Response
NDJSON stream.
The response is of type string.

