Product updates, improvements and fixes. One entry per notable change.
Aug 04, 2026
NewLock an extractor to your server’s IP address
Each extractor can now hold a list of allowed IP addresses, in the "Allowed IP addresses" box on its page. Leave it empty and nothing changes. Add your server’s address and every other address is refused before a read is spent, so a copied API key is worthless to anyone else. Use it only where the calling server has a fixed IP, most serverless hosts change address and would lock themselves out.
Aug 04, 2026
NewWe email you when an extractor’s volume jumps
If an extractor reads far more documents in a day than it usually does, its owner gets an email with today’s count and the usual figure. Nothing is blocked or slowed, and it is one email per extractor per day. This is what a copied API key looks like from the outside. New extractors are exempt until they have a normal to be compared against.
Aug 04, 2026
ImprovedAPI keys now go in the Authorization header
Send your key as "Authorization: Bearer YOUR_KEY" and post to /api/v1/extract. The old /api/v1/extract/YOUR_KEY form returns 410. Your key still works, just move it into the header.
Aug 04, 2026
ImprovedBrowser access (CORS) replaced by the capture widget
The per-extractor CORS switch has been withdrawn. Using it meant publishing your API key in page JavaScript, where any visitor could read it and spend your reads. The capture widget does the same job safely: your server trades the key for a token worth one scan, on one website, for fifteen minutes. If an extractor had CORS on, its page now explains what to do.
Jul 11, 2026
NewMeet Don, your in-app helper
A built-in assistant now lives in the workspace. Ask product questions in plain language and Don answers and links you straight to the right screen.
Jul 11, 2026
NewReads inbox with photo previews
The inbox is now "Reads". Browse every submitted document with a thumbnail, its extracted data, OCR text and webhook status, filtered by extractor and date.
Jul 11, 2026
ImprovedRefreshed workspace and marketing site
A cleaner three-column workspace, a unified type system, and a new marketing home page that shows a live document-to-JSON extraction.
Jul 07, 2026
NewConsent capture and provenance
Extractors can now require captured consent before processing, with provenance recorded on every read for auditability.
Jul 03, 2026
NewAnalytics, alerts and usage caps
Live charts for scans over time, success rate, failures and latency, plus alerts before you reach your monthly limit.
Jun 28, 2026
NewSigned webhooks and CORS controls
Push extraction results to your systems with signed webhooks, and manage cross-origin access per extractor.
Jun 24, 2026
ImprovedFaster, more accurate extraction
Extraction latency and field accuracy improved across invoices, IDs and receipts.