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.
Two ways into MedListIQ. This quickstart covers
POST /v1/medications/infer — for FHIR MedicationRequest /
MedicationDispense / MedicationStatement resources. If your input
is clinical PDFs (referrals, H&Ps, discharge summaries, progress
notes), see the PDFs quickstart.Get an API key
Sign up for free, create an organization, then go to
Dashboard → API Keys and click
Create key. The full key is shown exactly once — copy it before closing the dialog.Free tier: 50 requests/month, 2/min. Sized for evaluation, not production workloads.
Read the response
active medication.
Confidence is high because the two signals corroborate.By default you get our inferred_list shape with verbosity=minimal. You
can also request format=fhir_bundle or format=fhir_array if your
consumer is FHIR-native — see Output formats.Next
Have PDFs instead?
Submit clinical PDFs to the same engine and get the same kind of
deduplicated med list.
Understanding the output
Every field, every status, and how
confidence should be interpreted.Output formats
Pick the envelope shape:
inferred_list, fhir_bundle, or fhir_array.API reference
Full schema, every parameter, all error codes.