PDF templates / Meeting

Meeting Agenda Template

A clock-rail run-of-show: meeting window on an amber underline, each topic hangs from its start time, owner on the far rail.

MeetingA4meeting-agendaagendameetingschedule

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "title": "Product Planning",
  "meetingOn": "2026-08-22",
  "startTime": "09:00",
  "endTime": "10:30",
  "location": "Studio A / Zoom",
  "items": [
    {
      "time": "09:00",
      "topic": "Quarter goals review",
      "owner": "Lena"
    },
    {
      "time": "09:20",
      "topic": "Template gallery launch check",
      "owner": "Ari"
    },
    {
      "time": "09:45",
      "topic": "API usage and billing metrics",
      "owner": "Maya"
    },
    {
      "time": "10:10",
      "topic": "Risks and action items",
      "owner": "Jon"
    }
  ]
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Meeting Agenda Template",
    "galleryId": "meeting-agenda"
  }'