Without vasus.ai
A connected-care migraine app as it ships today.
Weather data is shown — but never explained
Hands-on tools and demos. No signup, no data captured.
Two views of the same migraine companion app. On the left, the dashboard as it ships today — a polished tracker with a generic weather widget. On the right, the same dashboard with a vasus.ai Environmental Health Insight added: cited, condition-specific, and grounded in peer-reviewed evidence.
A connected-care migraine app as it ships today.
Weather data is shown — but never explained
The same app, with a vasus.ai insight layer added.
A cited Environmental Health Insight on every check-in
A rapid frontal passage is driving a 6.2 mb barometric pressure drop over the next 24 hours — a pattern repeatedly associated with migraine onset in the weather-sensitivity literature.
POST a condition and location. Receive risk level, signals, synthesis paragraph, and inline citations — all in one structured JSON response.
POST /v1/insight · X-Api-Key: your-key
{
"profile": {"sensitivities": ["migraine"]},
"location": {"lat": 51.5074, "lon": -0.1278},
"exposure_window_hours": 24,
"mode": "agentic",
"enrichment": {
"condition_subtype": "episodic migraine",
"known_triggers": ["barometric pressure change"]
}
}200 OK · 1.4s
{
"insight": {
"risk_level": "Moderate",
"summary": "A rapid frontal passage is driving a 6.2 mb
barometric pressure drop — a pattern repeatedly
associated with migraine onset.",
"recommendations": [
"Surface the insight ahead of symptom onset"
]
},
"top_matches": [
{
"pmid": "28332220",
"title": "Barometric pressure and migraine...",
"journal": "Headache",
"year": 2017
}
]
}The same engine as a free, public web app. See cited health intelligence in action.
All endpoint params, response fields, auth patterns, and integration examples.
For founding-partner conversations, pricing, or technical integration questions.