Accepts one or more clinical PDFs (referral packets, H&Ps, MARs, progress notes, discharge summaries) for a single patient and returns a curated, deduplicated medication list. Each medication carries the page / section / text-snippet evidence it was inferred from across all submitted documents.
Limits: up to 15 files per request, 50 MB per file, 150 MB total, 200 pages combined. (15 matches Document AI’s per-batch document limit.) Larger packets should be split into multiple calls; server-side batching for very large packets is on the roadmap.
Documentation Index
Fetch the complete documentation index at: https://docs.medlistiq.com/llms.txt
Use this file to discover all available pages before exploring further.
MedListIQ API key (format: ml_...). Create one at Dashboard → API Keys.
Successful Response
Body shape of POST /v1/med-lists/from-documents.
Body-only by design — request id, processing time, page counts, and
ruleset version live in response headers (x-request-id,
x-processing-time-ms, x-document-count, x-total-page-count,
x-output-medication-count, x-ruleset-version).
Reconciled medication list. Ordered by the section recency of each medication's canonical mention, then alphabetically by drug name.