PDF Vector

You want to use PDF Vector with n8n?

AI-Powered
PDF
Processing That Scale

Turn documents into clean text, extract structured data, ask AI questions about documents, and search 5M+ academic papers—all through one unified API.

No-code integrations

Connect PDF Vector to your favorite no-code platform to automate your workflows.

What people are saying

See how PDF Vector is helping teams improve their document processing workflows

Abdo El-Mobayad

Can't recommend PDF Vector enough! It boosts your AI workflow accuracy to 100% while dropping your costs! Especially if you're a T4 Org in the $150/m spend range!

Abdo El-Mobayad

Trent

Gotta give a shoutout to PDF Vector team for helping me set up PDF Vector for a project. They even delivered on a feature request before I purchased. Incredible customer service. 👏

Trent

Praneeth Pike

Been implementing RAG and changing a lot of things under the hood for @rabbitholesai, came across PDF Vector and it was a huge time saver. I got a document parsing solution for the rag pipeline within minutes! one less thing to worry about

Praneeth Pike

Everything you need for document processing

Transform any document into clean text. Extract structured data from PDFs, Word files, Excel spreadsheets, and images with precision and speed. Also search 5M+ academic papers and fetch papers by paper IDs.

Built for every use case

From business documents to academic research, our APIs power thousands of applications

Contract parsing
Invoice extraction
Financial reports
Form processing
Business intelligence
ChatGPT integration
Document chatbots
RAG systems
Semantic search
API integrations
Data mining
Table extraction
Chart analysis
Content indexing
Digital archives
Literature reviews
Citation tracking
Research databases
DOI/PubMed fetch
Study assistants

Easy to use APIs

Use our simple API directly or our TypeScript SDK to parse documents, extract data, ask questions, and search academic papers with just a few lines of code.

PDF Parse

API Docs
import { PDFVector } from "pdfvector";

const client = new PDFVector({
  apiKey: "pdfvector_xxxxxxx"
});

// From URL
const results = await client.parse({
  url: "https://example.com/document.pdf",
  useLLM: "auto"
});

// From file
import { readFile } from "fs/promises";
const results = await client.parse({
  data: await readFile("document.pdf"),
  contentType: "application/pdf",
  useLLM: "auto"
});

Model Context Protocol (MCP) Server

Connect PDF Vector to your AI tools using the Model Context Protocol. Access document processing and academic search directly from your favorite AI assistant.

Add to your Claude Desktop configuration file

{
  "mcpServers": {
    "pdfvector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://www.pdfvector.com/mcp",
        "--header",
        "Authorization: Bearer pdfvector_xxxxxxxxxxxxxxxx"
      ]
    }
  }
}

One subscription, all APIs

Start for free, then scale as you grow. No hidden fees.

Save one month

Free

$0

Credit Card Required

Perfect for testing and small projects

  • Access to all APIs
  • 100 credits
Subscribe to Free

Basic

$23/month

$275 billed annually

Great for personal projects and small businesses

  • Access to all APIs
  • 3,000 credits
Subscribe to Basic
Most Popular

Pro

$89/month

$1067 billed annually

Most popular plan for growing businesses

  • Access to all APIs
  • 100,000 credits
Subscribe to Pro

Enterprise

$457/month

$5489 billed annually

For large-scale applications and enterprises

  • Access to all APIs
  • 500,000 credits
Subscribe to Enterprise

Frequently asked questions

Try PDF Vector for free today

Start parsing documents and accessing academic papers instantly. Get 100 free credits to test our APIs.

No setup fees • Integrate in minutes • Cancel anytime