Generate contracts, NDAs, and agreements from templates automatically. Add watermarks and archive to S3 for your legal team.
Inject party names, dates, and terms into your contract template. Generate unique contract PDFs for each deal.
Auto-apply 'CONFIDENTIAL' watermarks. Set download limits and expiry to protect sensitive documents.
Automatically store signed contracts in S3 for long-term retention and audit trail compliance.
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"
}'Free plan includes 30 PDFs/month. No credit card required.