API Playground
Build a request and preview the exact response shape. POST a file, get structured JSON back — no SDK, no per-page billing. Paste a key to personalize the snippet, or grab one free.
Request
curl -X POST https://medicalbillparser.com/api/extract \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@medical-bill.pdf"
Runs a real request against a sample medical bill and returns the actual JSON. No file is sent and no credits are used.
Fields returned for medical bills
- ✓Provider & patient name
- ✓Service dates
- ✓Procedure/CPT codes
- ✓Line-item charges
- ✓Insurance adjustments & payments
- ✓Patient balance due