Receipt parsing in Make/Zapier with one HTTP step
No dedicated app needed: both Make and Zapier have generic HTTP modules, and ParseDoc is a single POST. Map the JSON response fields straight into your destination app.
How it works
1. Trigger on the document
Email attachment, Drive upload, Typeform file — any trigger that yields the image/PDF.
2. One HTTP POST
POST https://parsedoc.wrapper-agency.com/api/key/v1/parse with Authorization: Bearer YOUR_KEY and {image_base64}.
3. Map the fields
document.merchant.name, document.date, document.total, document.tax[]… map them into Sheets/Airtable/QuickBooks fields.
Frequently asked questions
Where do I get a key?
Subscribe ($19/month, 1,000 pages) — the key is issued instantly after checkout, no sales call.
Can I test without paying?
Yes: use /api/demo (3/day, no auth) in your scenario while you build, then swap the URL.
Error handling?
Non-2xx responses carry an error message; failed parses are never billed. Route them to a retry or review path.
Ready when you are
Free: 10 pages/day in the online converter — no signup, nothing stored. Scale: $19/month for 1,000 pages, or $0.02/page via x402 for agents.