API reference

Questions Insights API

Questions Insights exposes the compounding flywheel: an aggregate, anonymized view of what the market is asking across every LyraMind product, the real-time information-asymmetry signal.

What it returns

The response returns total_questions, top_symbols, top_intents, a by_source breakdown, a grounding block (grounded, refused, and refusal_rate), a recent window of the latest events, a storage backend, and a note.

Pass ?top= to control how many top symbols, intents, and recent events are returned.

When to use it

Use Questions Insights to see what people are asking and where the engine is refusing to answer for lack of grounding, an early read on confusion before it shows up as volume or volatility. It is an open endpoint with no per-call metering.

The Alpha Feed builds on the same underlying stream, ranking names by a confusion score; Insights gives you the raw aggregate view.

Notes and honesty

This is the in-memory MVP that starts the flywheel from launch and captures every query anonymized. It stores no principal. Offline it resets on restart; set the Supabase environment variables to persist. Descriptive aggregate signal only, never advice.

curl -s 'https://api.lyramindos.com/v1/questions/insights?top=10'
GET /v1/questions/insights?top=

Questions

Is a key required?

No. Questions Insights is an open endpoint with no per-call metering, unlike the gated Alpha Feed built on the same stream.

Is any identity stored?

No. The flywheel is anonymized and stores no principal. Events capture the source, symbol, intent, and whether the answer was grounded, nothing identifying.

Does the data persist?

Offline it is in-memory and resets on restart. Set SUPABASE_URL and SUPABASE_SERVICE_KEY to persist the question stream.

Related

See the live demo →Request access