Open BetaEnjoy unlimited access to all AI features for the next 45 days!

Now in Early Access

The Enterprise Document API.
Zero Cloud Subscriptions.

Extract structured JSON from Bank Statements via AI, or programmatically eSign documents with cryptographic audit trails. One API key unlocks everything.

Two Powerful Endpoints

AI Extraction

Pre-trained Gemini prompts to flawlessly extract income, expenses, and hidden SaaS subscriptions from raw text.

Cryptographic eSign

Programmatically embed signatures into PDFs and append immutable SHA-256 Audit Trails for ESIGN compliance.

Endpoint 1: Bank Statement Analyzer

Extract structured financial health data from unstructured text.

POST /api/analyze-bank-statement
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..."
  }'

JSON Response

{
  "financialHealthScore": 85,
  "totalEstimatedIncome": 4500.50,
  "hiddenSubscriptions": [
    { "name": "Netflix", "amount": 15.99, "frequency": "Monthly" }
  ]
}

Endpoint 2: Programmatic eSign

Embed signatures and auto-generate an ESIGN-compliant Audit Trail.

POST /api/esign-pdf
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
      }
    ]
  }'

JSON Response

{
  "success": true,
  "documentHash": "a4d3f5e6b7c8...",
  "signedPdfBase64": "JVBERi0xLjQKJcO..."
}

Live API Sandbox

sk_test_... (Click to generate)
0/3 Free Tests
// Response will appear here...

Get your API Key

We are currently in Early Access. Onboard instantly.

  • Access to all endpoints
  • No monthly subscription
  • Email support from Founder
₹1200/ 1,000 requests

Scan to Pay via UPI

Pay ₹1200 using PhonePe, GPay, Paytm, etc.

UPI QR Code

UPI ID: 9810479108@ptsbi

API key will be displayed instantly.