Clinical AI · as an API

Add clinical AI to your product in an afternoon.

Six production endpoints — triage, lab interpretation, prescription OCR and clinical voice. One API key. PII redacted before any model sees it. Hosted in India.

🛡️ PII redacted pre-AI 🇮🇳 Hosted in India 📊 Per-token metering
POST /api/v1/ai/triage
# One request. Decision-support in ~1s.
curl /api/v1/ai/triage \
  -H "Authorization: Bearer ekai_live_9f2c…" \
  -H "Content-Type: application/json" \
  -d '{"issue":"chest pain",
       "duration":"2 days",
       "history":"hypertension"}'
200 OK · response
{
  "data": {
    "urgency": "high",
    "redFlags": ["cardiac risk", "refer ER"],
    "advice": "Prioritise ECG + troponin…",
    "disclaimer": "Decision-support draft."
  },
  "usage": { "cost": 1, "tokensRemaining": 4832 }
}
The catalogue

Six endpoints. Everything a clinical product needs.

Every call is authenticated by API key, metered in tokens, and returns a structured JSON draft with a disclaimer. Bring your own UI.

POST
/ai/triage
Symptom, duration & history → urgency level, red-flag alerts and next-step guidance.
Symptom triage 1 token
POST
/ai/lab-report
Raw lab values → plain-language interpretation of what's abnormal and why it matters.
Lab interpretation 2 tokens
POST
/ai/summarize
Long clinical notes or history → a concise, structured summary for the chart.
Summarisation 1 token
POST
/ai/rx-draft
Clinical context → a structured prescription draft for a licensed physician to sign.
Rx draft 1 token
POST
/ai/prescription-ocr
1–10 handwritten or printed prescription images → structured medicines, PII masked first.
Handwriting OCR 2 / image
POST
/ai/voice
Clinical dictation audio → transcript → PII-redacted → structured note. Vitals / nursing / SOAP modes.
Voice scribe 3–4 tokens
Integration

Three steps from key to production.

No SDK lock-in — it's plain HTTPS + JSON. Works from any language, any stack, your servers or ours.

1

Get your key

Provision an ekai_live_ key from your dashboard. Rotate or revoke anytime.

2

Call an endpoint

Send JSON over HTTPS. We redact PII, run the model, and return a structured draft.

3

We meter & bill

Each response reports the token cost and balance. Overage and renewals follow your plan.

request.sh
curl /api/v1/ai/summarize \
  -H "Authorization: Bearer $EKAI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"58M, T2DM, presents with…"}'
Security & compliance

Built for patient data from the first line.

Personal & health identifiers are stripped before any model call — the LLM only ever sees de-identified clinical content.

📥
Your request
HTTPS + API key
🛡️
PII redaction
names, IDs, MRNs masked
🧠
Model
de-identified only
📊
Meter + log
tokens + audit
📤
Structured draft
+ disclaimer
🔑

Hashed API keys

Keys are stored only as SHA-256 hashes. Scoped, rotatable, instantly revocable.

🇮🇳

Data residency

Processed and stored in India — aligned with DPDP expectations.

📈

Atomic metering

Every token is reserved then settled; failed calls are auto-refunded, never charged.

Per-key rate limits

Throttling and lockout per key stop abuse and protect your quota.

🧾

Audit logging

Every call is logged with key, endpoint and cost for reconciliation & review.

🧬

Decision-support only

Outputs are always framed as drafts for a licensed clinician — never final advice.

Subscription plans

Pay for tokens, not seats.

Each plan includes a monthly token allowance that resets on renewal. Upgrade, downgrade or buy top-ups anytime. Prices in ₹, billed monthly.

Starter
₹4,999 /mo
For pilots & a single clinic evaluating AI.
  • 10,000 tokens / month
  • Triage · Summarize · Rx-draft
  • 60 requests / min
  • Email support
Start free
Growth
₹14,999 /mo
For health-tech products going live.
  • 50,000 tokens / month
  • All six endpoints (OCR & voice)
  • 300 requests / min
  • Usage dashboard + webhooks
Choose Growth
Scale
₹39,999 /mo
For hospital groups & high volume.
  • 200,000 tokens / month
  • All endpoints + priority routing
  • 1,000 requests / min
  • 99.9% uptime SLA
Choose Scale
Enterprise
Custom
For committed volume & strict data rules.
  • Committed / unlimited tokens
  • VPC / on-prem model option
  • DPA, custom retention, SSO
  • Dedicated support & onboarding
Talk to sales

Tokens are the unit of metering (1 token ≈ one triage/summarize call; OCR & voice cost more). Unused tokens don't roll over; top-up bundles available on every plan.

Ship clinical AI this week.

Create an account, generate a key, and make your first call in minutes. The first 1,000 tokens are on us.

Get an API key → Read the FAQs