DocParseAPI

Extract structured data from any document.
One API call.

Parse invoices, resumes, contracts, and more — in milliseconds. Simple REST API with structured JSON responses.

100 free API calls/month — no credit card
terminal
$ curl -X POST https://api.blackridge.dev/v1/parse \
  -H "Authorization: Bearer $API_KEY" \
  -F "[email protected]"

# Response (200 OK)
{
  "status": "success",
  "pages": 3,
  "text": "Invoice #2026-001...",
  "tables": [2 extracted],
  "metadata": { ... }
}

Six operations. One API.

Every document type, every format, every language. Structured JSON output every time.

PDF Parsing

Extract text, metadata, and structure from any PDF. Handles scanned documents and multi-column layouts.

OCR

Optical character recognition for images and scanned documents. Supports 50+ languages.

Table Extraction

Detect and extract tables from PDFs and images. Output as JSON, CSV, or structured data.

Resume Parsing

Extract structured data from resumes: name, contact, experience, education, skills. Instantly.

Invoice Parsing

Extract line items, totals, tax, vendor info, and payment details from invoices automatically.

Document Classification

Automatically classify documents by type with 97% accuracy. Invoice, contract, resume, report, and more.

Integrate in minutes, not days

Simple REST API. Standard JSON responses. Any language.

bash
curl -X POST https://api.blackridge.dev/v1/parse \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -F "[email protected]" \
  -F "output_format=json"

Start free. Scale with your usage.

No commitments. Upgrade or downgrade anytime.

Free

$0/mo
  • 100 API calls/month
  • PDF parsing
  • Basic OCR
  • Community support
Start Free

No credit card required

Starter

$49$29/mo

Early access pricing

  • 5,000 API calls/month
  • All parsing types
  • Table extraction
  • Resume & Invoice parsing
  • Email support
Start Free Trial

30-day money-back guarantee

Most Popular

Pro

$149$99/mo

Early access pricing

  • 50,000 API calls/month
  • All parsing types
  • Batch processing
  • Document classification
  • Webhooks
  • Priority support
Start Free Trial

30-day money-back guarantee

Enterprise

Custom
  • Unlimited API calls
  • Dedicated infrastructure
  • Custom models
  • SLA guarantee
  • On-premise deployment
  • Dedicated support
Contact Sales

For high-volume teams

Try it live, right now

Upload a document to our interactive playground and see structured results instantly. No signup required.

Open Playground