Blog
Writing
Tutorials, engineering deep-dives, and product updates from the ParseApi team.
Building a Kill Switch Before Letting Anyone Use My SaaS
Before a single real user hit the app, I built feature flags, automated cost tripwires, cooldowns, and fail-closed defaults. Here's the system and the production code behind it.
Which AI Model Is Best for Document Extraction? We Ran the Numbers.
We benchmarked Claude 3.5 Sonnet, GPT-4o, and Gemini 1.5 Pro against 400 real-world documents across four categories. Here's what we found.
Building a Lightweight ATS with ParseApi: Resume Parsing Without the Lock-in
Most ATS platforms are expensive and opinionated. Here's how to extract structured candidate data from resumes using ParseApi and a few curl commands.
How ParseApi Auto-Detects Your Document Schema
When you upload your first three documents, something happens automatically. Here's the technical story behind schema synthesis and what it means for your API.
Extract Invoice Data from PDFs in 5 Minutes with the REST API
A step-by-step tutorial: from zero to a live invoice API. Upload a PDF, get JSON. No schema setup required.
Introducing ParseApi: Turn Any Folder of Documents Into a Live API
Every developer has hand-rolled the same document extraction pipeline too many times. ParseApi is the version of that pipeline you wish had already existed.