Extract text from PDF files with a simple API call.
curl -X POST https://pdftxt.dev/extract \ -H "X-API-Key: pdfbot_your_key_here" \ -F "file=@document.pdf"
{
"success": true,
"text": "Extracted text content...",
"pages": 5,
"info": { "title": "Document Title", ... },
"usage": { "current": 1, "limit": 100, "remaining": 99 }
}
curl https://pdftxt.dev/usage \ -H "X-API-Key: pdfbot_your_key_here"
{
"success": true,
"usage": 1,
"limit": 100,
"remaining": 99
}
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
Simple, fast PDF text extraction