PDF templates / Report

Monthly Report Template

A type-band scorecard: period on an amber underline, four metrics on one scoreband, highlights as a digest.

ReportA4monthly-reportreportmetricshighlights

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": "Operations Summary",
  "period": "Aug 2026",
  "preparedOn": "2026-08-21",
  "author": "Northline Ops",
  "highlights": [
    "On-time fulfillment held above target across all regions.",
    "Average render latency decreased following worker queue tuning.",
    "Support response SLA remained under 15 minutes during peak."
  ],
  "metrics": [
    {
      "name": "Revenue",
      "value": "$124K"
    },
    {
      "name": "Orders",
      "value": "3,812"
    },
    {
      "name": "On-time",
      "value": "98.4%"
    },
    {
      "name": "NPS",
      "value": "71"
    }
  ]
}

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": "Monthly Report Template",
    "galleryId": "monthly-report"
  }'