Certificates

Studio certificate

Give a learner a landscape certificate with gold rules.

File types
PDF
Size
11.697916666666666 × 8.270833333333334 in PDF
Use case
Certificates
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Playfair Display font, original graphic marks, and fictional sample names.
A landscape cream certificate with a gold double frame, large learner name, and gold rules only.
studio-certificate/template.html

About this design

What you can make with it.

Studios and workshops use this certificate when someone completes a course. It frames a large learner name inside a gold double border, with gold rules and no other decoration. Fill in the issuer, learner, course, and date for each certificate you issue.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. IssuerA short text.
  2. LearnerA short text.
  3. CourseA short text.
  4. DateA short text.
Sample data
{
  "issuer": "Atelier North",
  "learner": "Priya Shah",
  "course": "Colour for Print",
  "date": "18 October 2026"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: studio-certificate-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"issuer":"Atelier North","learner":"Priya Shah","course":"Colour for Print","date":"18 October 2026"},"pdf":{"width":"1123px","height":"794px"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "studio-certificate-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "issuer": "Atelier North",
          "learner": "Priya Shah",
          "course": "Colour for Print",
          "date": "18 October 2026"
        },
        "pdf": {
          "width": "1123px",
          "height": "794px"
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.