Skip to main content
POST
POST /ingest/stream
Single-item real-time ingestion for Model B (Signal/Brain tiers). Designed for Slack webhooks where messages arrive individually. Returns a distress score so the connector can act locally if needed.

Request body

string
required
Pseudonymous user identifier — customer holds the mapping.
string
required
Message or comment text.
string
ISO 8601 timestamp of the original message.
string
Content source label.

Response

string
recorded.
float
Score from 0.0–10.0 for this message.
boolean
true if uid crossed alert threshold.

Example