Clinical text in. Structured JSON out. Every field cited.

Send a discharge summary to our API. Get back medications and diagnoses as structured JSON, with every value linked to the exact span of source text it came from.

One call. Structured output.

curl -X POST https://api.lexiome.ai/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "DISCHARGE MEDICATIONS:\n1. Lisinopril 10mg oral once daily\n\nDISCHARGE DIAGNOSES:\n1. Hypertension, uncontrolled"}'

Replace YOUR_API_KEY with a key issued to you — see "Get an API key" above.

What Lexiome extracts today

Medications

Name, dose, route, frequency, and status, extracted from discharge summaries.

Diagnoses

Diagnosis text mapped to ICD-10 where possible, with certainty, temporality, and laterality.

Current scope: discharge summaries only, two extraction topics (medications and diagnoses). Every extracted field carries a citation back to the source text so you can verify it yourself.

How access works today

There's no self-serve signup yet. Email us and we'll issue you an API key directly — hello@lexiome.ai.