Loading...
Everything you need to integrate MedExtract into your workflow. Parse lab reports, get LOINC-coded results, and export FHIR R4 bundles with a single API call.
https://api.medextract.aiAll API requests should be made to this base URL. The API uses HTTPS exclusively and returns JSON responses.
X-API-Key: your-api-keyAuthenticate requests by including your API key in the X-API-Key header. Health check endpoints do not require authentication.
Parse a lab report PDF with a single request.
curl -X POST https://api.medextract.ai/v1/lab/parse-pdf \ -H "X-API-Key: your-api-key" \ -F "file=@lab-report.pdf"