Free, customizable template with 8 dynamic fields. Use it via the API or duplicate it in your dashboard.
POST /api/v1/pdf
{
"template_id": "training-certificate",
"variables": {
"participant_name": "...",
"course_title": "...",
"completion_date": "...",
...
}
}