Back to Templates
document1400 × 990px

Certificate of Completion

Formal certificate with elegant borders and decorative elements. Suitable for courses, awards and recognition.

#certificate #award #document #education
View API Docs
Created with Fabric.js 6.9.0 CERTIFICATE OF COMPLETION This is to certify that Alexandra Johnson has successfully completed Advanced Web Development Masterclass ✦ ✦ ✦ DATE OF COMPLETION January 15, 2026 ISSUED BY Acme Academy Signature Director

Parameters

NameTypeDescription
recipienttextRecipient full name
coursetextCourse or achievement name
datetextCompletion date
issuertextIssuing organization name

API Usage

POST /api/v1/image
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"
}'