Training certificates, diplomas, awards — generate them dynamically from templates and distribute securely with download limits.
Embed participant name, course title, date, and instructor into your certificate template. Each PDF is unique.
Set max download count and expiration per certificate. Prevent unauthorized sharing and link reuse.
Customize the public download page with your company logo, colors, and message.
curl -X POST /api/pdf/generate-from-template \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"template": "certificate",
"variables": {
"name": "Jane Smith",
"course": "Security Training",
"date": "2026-03-22"
},
"max_downloads": 3,
"filename": "certificate-jane.pdf"
}'Free plan includes 30 PDFs/month. No credit card required.