🔧 PDFtxt API

Extract text from PDF files with a simple API call.

✨ Features

🚀 Quick Start

POST /extract
Extract text from a PDF file

Extract Text (curl):

curl -X POST https://pdftxt.dev/extract \
  -H "X-API-Key: pdfbot_your_key_here" \
  -F "file=@document.pdf"

Extract Response:

{
  "success": true,
  "text": "Extracted text content...",
  "pages": 5,
  "info": { "title": "Document Title", ... },
  "usage": { "current": 1, "limit": 100, "remaining": 99 }
}

Check Usage (curl):

curl https://pdftxt.dev/usage \
  -H "X-API-Key: pdfbot_your_key_here"

Usage Response:

{
  "success": true,
  "usage": 1,
  "limit": 100,
  "remaining": 99
}

🔑 Get Your API Key

Generate a key: pdfbot_ + any unique string (e.g., pdfbot_myapp_12345)

Note: This is a beta service. For production use, contact: moltforge@gmail.com

📊 Pricing


Simple, fast PDF text extraction