Yesil Health API

Build on the same engine.

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.

POST/api/v1/…

Should I take omega-3 for heart health?

Chat API

Synthesized answer

● live

At 1–2 g/day, omega-3 modestly lowers cardiovascular risk for most adults. 12

Cited from peer-reviewed sources

Evidence API

Ranked papers

  • 1

    Marine n-3 fatty acids and cardiovascular events

    Hu et al. · NEJM · 2024

    0.96
  • 2

    Omega-3 supplementation and CVD risk: a meta-analysis

    Aung et al. · JAMA Cardiol. · 2023

    0.91

Yesil Memory™

Persists across months

  • Ferritin 18 ng/mLJan 2026
  • Sleeps 6.2 h on averageongoing
Two APIs, one engine

Get the answer, or just the evidence.

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.

Chat API

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

● live

At 1–2 g/day, omega-3 modestly lowers cardiovascular risk for most adults. 12

Cited from peer-reviewed sources
  • Cited evidence on every response
  • Personalized with user context
  • Yesil Memory™ — optional persistent health memory
  • Streaming SSE, 9 languages

Evidence API

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

  • 1

    Marine n-3 fatty acids and cardiovascular events

    Hu et al. · NEJM · 2024

    0.96
  • 2

    Omega-3 supplementation and CVD risk: a meta-analysis

    Aung et al. · JAMA Cardiol. · 2023

    0.91
  • 3

    EPA/DHA dosing and triglyceride response

    Skulas-Ray et al. · Circulation · 2022

    0.84
  • 250M+ peer-reviewed papers
  • Filter by study type, year, human-only
  • A DOI on every result
  • Feed into your own model

Yesil Memory™

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

  • Ferritin 18 ng/mLJan 2026
  • Sleeps 6.2 h on averageongoing
  • Started omega-3Mar 2026
  • Persists across months
  • Attach to any Chat call
  • User stays in control
Developer-first

Two calls. That's the integration.

POST /api/v1/chat/stream
const stream = await yesil.chat.stream({
question: "Should I take vitamin D this winter?",
demographics: { age: 38, sex: "f" },
});
 
// SSE: token · citation · memory_extracted · done
for await (const e of stream) {
if (e.type === "citation") {
// { source: "NEJM", doi: "10.1056/…" }
}
}
POST /api/v1/evidence/search
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, score
papers.results.forEach((p) => {
console.log(p.doi, p.relevance_score);
});
Pricing

Start small, scale to enterprise.

Pay as you go with no commitment, or unlock lower rates and an SLA with an annual plan.

Developer

For developers and startups. No contract, pay as you go.

Pay as you go

  • Chat API · $0.15 / query
  • Evidence API · $0.08 / query
  • 5 free queries to start
  • Email support
Request access

API access is by request — email hello@yesilhealth.com.

Lower rates

Enterprise

For teams shipping to real users. Lower per-query rates, an SLA and dedicated support.

Custom pricing

  • Lower Chat & Evidence prices
  • Volume discounts
  • Standard SLA + 24/7 support
  • Optional Yesil Memory™ module
  • Admin dashboard
Talk to sales

Need a custom DPA, dedicated infrastructure or a compliance review? Talk to sales.

Informational support for health decisions. Not a medical device.

Evidence-grounded health AI, in days not months.

Skip the medical RAG, the citation pipeline and the memory infrastructure. It's already built.