Parse PDFs to Structured Data

Use our API or free web parser to turn any PDF into structured data.

API Overview

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

POSThttps://pdf.ai/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
}

Perfect for AI Ingestion & Data Extraction

πŸ€–

AI Document Processing

Parse PDFs for RAG systems, chatbots, and knowledge bases. Extract structured data for AI model training.

πŸ“Š

Data Extraction

Automatically extract tables, figures, and text from research papers, reports, and documents.

πŸ“

Document Summarization

Get structured content ready for summarization, translation, or content analysis workflows.

Built for Developers

⚑
Fast
Quick JSON responses
🧩
Simple API
Easy REST integration
πŸ”’
Secure
Ephemeral processing
🌍
Scalable
Supports large PDFs
🧠
AI-Powered
Advanced OCR & layout detection
πŸ›‘οΈ
Uptime Guarantee
SLA‑backed 99.9% availability

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.