Formal certificate with elegant borders and decorative elements. Suitable for courses, awards and recognition.
| Name | Type | Description |
|---|---|---|
| recipient | text | Recipient full name |
| course | text | Course or achievement name |
| date | text | Completion date |
| issuer | text | Issuing organization name |
curl -X POST https://templateson.com/api/v1/image \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template_id": "certificate-of-completion",
"recipient": "Your recipient",
"course": "Your course",
"date": "Your date",
"issuer": "Your issuer"
}'