Automate Contract PDF Generation

Generate contracts, NDAs, and agreements from templates automatically. Add watermarks and archive to S3 for your legal team.

1

Template + variable injection

Inject party names, dates, and terms into your contract template. Generate unique contract PDFs for each deal.

2

Watermarks & download limits

Auto-apply 'CONFIDENTIAL' watermarks. Set download limits and expiry to protect sensitive documents.

3

S3 archiving for compliance

Automatically store signed contracts in S3 for long-term retention and audit trail compliance.

How it works

1
Register an HTML template or prepare your URL
2
Call the API with your data
3
PDF is generated, delivered, and stored
curl -X POST /api/pdf/generate-from-template \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "contract",
    "variables": {
      "company_a": "Acme Corp",
      "company_b": "Widget Inc",
      "effective_date": "2026-04-01",
      "terms": "12 months"
    },
    "watermark": "CONFIDENTIAL",
    "filename": "contract-acme-widget.pdf"
  }'

Start generating PDFs in minutes

Free plan includes 30 PDFs/month. No credit card required.

Powered by FUNBREW PDF