The evidence-grounded intelligence behind the Yesil App — now an API. Two endpoints, one integration: retrieve ranked medical literature, or get a fully synthesized, cited answer.
Should I take omega-3 for heart health?
Chat API
Synthesized answer
At 1–2 g/day, omega-3 modestly lowers cardiovascular risk for most adults. 12
Cited from peer-reviewed sources
Evidence API
Ranked papers
Marine n-3 fatty acids and cardiovascular events
Hu et al. · NEJM · 2024
Omega-3 supplementation and CVD risk: a meta-analysis
Aung et al. · JAMA Cardiol. · 2023

Yesil Memory™
Persists across months
Use them on their own or together. Chat API returns a personalized, cited synthesis; Evidence API returns the ranked papers. Add Yesil Memory™ to either so labs, vitals and conversations persist across months.

Full synthesized answer
from $0.15 / query
Ask a health question, stream back a personalized, evidence-grounded answer. Citations, follow-up handling and optional long-term memory built in.
Chat API
Synthesized answer
At 1–2 g/day, omega-3 modestly lowers cardiovascular risk for most adults. 12
Cited from peer-reviewed sources
Ranked medical literature
from $0.08 / query
Search 250M+ peer-reviewed papers. Returns a ranked list — title, DOI, journal, year, relevance score. No synthesis, no LLM tokens. Fast and verifiable.

Evidence API
Ranked papers
Marine n-3 fatty acids and cardiovascular events
Hu et al. · NEJM · 2024
Omega-3 supplementation and CVD risk: a meta-analysis
Aung et al. · JAMA Cardiol. · 2023
EPA/DHA dosing and triglyceride response
Skulas-Ray et al. · Circulation · 2022

Optional module
from $0.04 / query
An optional add-on for any Chat API call — labs, vitals and past conversations persist across months, so answers stay personal over time.

Yesil Memory™
Persists across months
const stream = await yesil.chat.stream({question: "Should I take vitamin D this winter?",demographics: { age: 38, sex: "f" },}); // SSE: token · citation · memory_extracted · donefor await (const e of stream) {if (e.type === "citation") {// { source: "NEJM", doi: "10.1056/…" }}}const papers = await yesil.evidence.search({query: "omega-3 and cardiovascular risk",filters: { study_types: ["rct"], year_min: 2018 },limit: 5,}); // Ranked papers — title, DOI, journal, scorepapers.results.forEach((p) => {console.log(p.doi, p.relevance_score);});Pay as you go with no commitment, or unlock lower rates and an SLA with an annual plan.
For developers and startups. No contract, pay as you go.
Pay as you go
API access is by request — email hello@yesilhealth.com.
For teams shipping to real users. Lower per-query rates, an SLA and dedicated support.
Custom pricing
Need a custom DPA, dedicated infrastructure or a compliance review? Talk to sales.
Informational support for health decisions. Not a medical device.
Skip the medical RAG, the citation pipeline and the memory infrastructure. It's already built.