AI-powered PDF form extraction and filling API. Part of the ChittyOS ecosystem.
- ✅ Native PDF form field extraction (no OCR needed)
- 📝 Intelligent form filling with field validation
- 🤖 Claude & OpenAI tool definitions included
- 🚀 Deploy anywhere - Render, Cloudflare, Railway
npm install
npm startPOST /api/upload
POST /api/fill-url # Extract from URLPOST /api/fill-pdf # Fill uploaded PDF
POST /api/fill-url # Fill PDF from URLPOST /api/compare-templates// Claude Tool
{
"name": "extract_pdf_fields",
"description": "Extract form fields from PDF"
}
// OpenAI Function
{
"name": "fill_pdf_with_fields",
"description": "Fill PDF with provided data"
}- Render: See
render.yaml - Cloudflare: See
wrangler.toml - MCP Server:
npm run mcp
Built for the ChittyOS ecosystem of intelligent automation tools.
MIT © ChittyOS