Parse PDFs into Structured Data

Parse, extract, or split any PDF with AI-powered precision. Try it freeβ€”no signup required.

Perfect For

Trusted by professionals across industries

βš–οΈLegal document processing
🧾Invoice & receipt extraction
πŸ”¬Research paper analysis
πŸ’°Financial statement analysis
πŸ›‘οΈInsurance claim processing
🩺Medical record processing

API Overview

Parse PDFs with advanced OCR and layout detection. Get structured JSON with headings, paragraphs, tables, and figures.

POSThttps://pdf.ai/api/v2/parse
import requests

# Using URL
response = requests.post(
    "https://pdf.ai/api/v2/parse",
    headers={"X-API-Key": "YOUR_API_KEY"},
    data={
        "url": "https://example.com/document.pdf",
        "quality": "standard",
        "lang_list": ["en"],
        "llm": False
    }
)

data = response.json()

Response Example

{
  "success": true,
  "markdown": "string",
  "contents": [
    {
      "bbox": [number, number, number, number], // [x0, y0, x1, y1]
      "content": "string",
      "pageNumber": number,
      "type": "string (optional)",
      "imageIds": ["string"] (optional),
      "conf": number (optional),
      "description": "string (optional)"
    }
  ],
  "images": [
    {
      "id": "string",
      "data": "string",
      "pageNumber": number (optional),
      "bbox": [number, number, number, number] (optional),
      "description": "string (optional)"
    }
  ],
  "pageCount": number
    }

Simple, Transparent Pricing

Start free with 200 credits/month. Scale as you grow.

🎁 Free Plan

Start with 200 free credits/month

Perfect for testing and hobby projects. Access all APIs with no credit card required.

Starter

$49/month
3,000 credits
$0.016/credit

Pro

$99/month
10,000 credits
$0.010/credit
Most Popular

Scale

$249/month
30,000 credits
$0.008/credit

Growth

$599/month
100,000 credits
$0.006/credit
View All Plans on PDF.ai

All plans include access to Parse, Extract, and Split APIs

Frequently asked questions

Credits are charged per page based on the operation type and mode you select.

Parsing

  • β€’Standard (OCR): 1 credit/page
  • β€’Advanced (VLM): 2 credits/page
+ extra credits if images need LLM analysis

Extraction

  • β€’Standard: 2 credits/page
  • β€’Advanced: 4 credits/page
+ parsing credits if no cached result exists

Split

  • β€’2 credits/page
+ parsing credits if no cached result exists

Ready to Build with Our APIs?

Get started with PDF APIs, power AI API tools. Transform how you extract and work with documents using our AI-powered document processing capabilities.