Courses

Course lesson cover

Open a course lesson with its number, title, teacher, and time in one bold image.

File types
PNGJPEGWebP
Size
1280 × 720 px
Use case
Courses
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Oswald font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A wide lesson cover split into a dark plum panel with a large rust circle numbered 08 and a cream panel with the bold title Load and shoot your first roll of film, a pink-framed portrait of a woman, and a rust action bar.
course-lesson-cover/template.html

About this design

What you can make with it.

Course creators make one of these for every new lesson they publish. It shows the lesson number, the title and a short summary, the teacher's name, the length, and the level learners need. Change the number, title, and photo for each new lesson you release.

Your details

What you can change.

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

  1. Course nameA short text.
  2. ModuleA short text.
  3. Lesson numberA short text.
  4. Lesson titleA short text.
  5. Lesson summaryA longer text with more than one line.
  6. InstructorA short text.
  7. DurationA short text.
  8. LevelA short text.
  9. CalloutA short text.
  10. FooterA short text.
Sample data
{
  "course_name": "Shooting on Film",
  "module": "Module 03 · In the darkroom",
  "lesson_number": "08",
  "lesson_title": "Load and shoot your first roll of film",
  "lesson_summary": "Learn to load a film camera with confidence, meter a scene by eye, and shoot a full roll before the light changes.",
  "instructor": "Sam Whitfield",
  "duration": "22 minutes",
  "level": "Practical · All levels",
  "callout": "Bring a loaded camera to the next session.",
  "footer": "No experience needed. Cameras available to borrow."
}

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/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: course-lesson-cover-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"course_name":"Shooting on Film","module":"Module 03 · In the darkroom","lesson_number":"08","lesson_title":"Load and shoot your first roll of film","lesson_summary":"Learn to load a film camera with confidence, meter a scene by eye, and shoot a full roll before the light changes.","instructor":"Sam Whitfield","duration":"22 minutes","level":"Practical · All levels","callout":"Bring a loaded camera to the next session.","footer":"No experience needed. Cameras available to borrow."},"image":{"format":"png","width":1280,"height":720}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "course-lesson-cover-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "course_name": "Shooting on Film",
          "module": "Module 03 · In the darkroom",
          "lesson_number": "08",
          "lesson_title": "Load and shoot your first roll of film",
          "lesson_summary": "Learn to load a film camera with confidence, meter a scene by eye, and shoot a full roll before the light changes.",
          "instructor": "Sam Whitfield",
          "duration": "22 minutes",
          "level": "Practical · All levels",
          "callout": "Bring a loaded camera to the next session.",
          "footer": "No experience needed. Cameras available to borrow."
        },
        "image": {
          "width": 1280,
          "height": 720
        }
      }
    }
  }
}

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.