Open BetaEnjoy unlimited access to all AI features for the next 45 days!
Extract structured JSON from Bank Statements via AI, or programmatically eSign documents with cryptographic audit trails. One API key unlocks everything.
Pre-trained Gemini prompts to flawlessly extract income, expenses, and hidden SaaS subscriptions from raw text.
Programmatically embed signatures into PDFs and append immutable SHA-256 Audit Trails for ESIGN compliance.
Extract structured financial health data from unstructured text.
curl -X POST https://www.pdfpro.co.in/api/analyze-bank-statement \
-H "Authorization: Bearer sk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "RAW EXTRACTED TEXT FROM PDF GOES HERE..."
}'{
"financialHealthScore": 85,
"totalEstimatedIncome": 4500.50,
"hiddenSubscriptions": [
{ "name": "Netflix", "amount": 15.99, "frequency": "Monthly" }
]
}Embed signatures and auto-generate an ESIGN-compliant Audit Trail.
curl -X POST https://www.pdfpro.co.in/api/esign-pdf \
-H "Authorization: Bearer sk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"pdfBase64": "JVBERi0xLjQKJcOkw7zDtsOfCjI...",
"signatures": [
{
"type": "text",
"text": "John Doe",
"page": 1,
"x": 100,
"y": 150,
"fontSize": 16
}
]
}'{
"success": true,
"documentHash": "a4d3f5e6b7c8...",
"signedPdfBase64": "JVBERi0xLjQKJcO..."
}// Response will appear here...
We are currently in Early Access. Onboard instantly.
Pay ₹1200 using PhonePe, GPay, Paytm, etc.

UPI ID: 9810479108@ptsbi
API key will be displayed instantly.