Certificates
Certificate generator API for courses, workshops, and credentials
Pass recipient name, course title, date, and issuer details as JSON. ForgeDocs returns a polished certificate PDF — ideal for LMS backends, cohort tools, and agents that issue credentials in a loop.
Opinionated layout, flexible fields
The certificate pack ships with production typography for names, titles, and signatures. You focus on the data your product already stores; ForgeDocs handles the print layout.
Call it like any other PDF generation API
Use template: "certificate" on /api/v1/render, or the generate_certificate MCP tool. The same Chromium pipeline powers invoices, packing slips, and raw HTML to PDF.
Batch-friendly for cohorts
Queue async jobs when you issue hundreds of certificates after a cohort ends. Optional webhooks notify your app when each PDF is ready to store or email.
curl -X POST https://pdfforagents.com/api/v1/render \
-H "Content-Type: application/json" \
-d '{
"template": "certificate",
"format": "pdf",
"data": {
"recipientName": "Alex Rivera",
"courseTitle": "Agentic Document Workflows",
"issuedOn": "September 10, 2026"
}
}' \
--output certificate.pdfCommon questions
Is this a certificate generator API or a design tool?+
It is an API. There is no drag-drop editor — you supply structured data (or HTML) and ForgeDocs renders the PDF.
Can I customize the look?+
Use the certificate pack for a finished baseline, or pass custom HTML when you need full control over layout and branding.
How do I try it?+
Open the playground, or start Starter with a 7-day free trial ($8.99/mo after).
Ready to generate documents from your stack?
Starter is $8.99/mo after a 7-day free trial. Use the playground locally, or wire MCP / REST when you're ready to ship.