Product documentation

Product spec sheet

Give buyers a compact spec sheet with version, features, and specifications.

File types
PDF
Size
A4 PDF
Use case
Product documentation
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Oswald and Space Mono fonts, original graphic marks, and fictional sample names.
A tall spec sheet with a dark teal header holding an orange ring icon and the title Halcyon Mk II Turntable, a cream body of two-column specifications and orange-dot feature rows, and a dark teal support footer.
product-spec-sheet/template.html

About this design

What you can make with it.

Sellers and support teams share this when a buyer needs the real details. It names the product and version, gives a short overview, lists the specifications, and calls out the key features. Update the specs and features for every version or edition 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. Product nameA short text.
  2. VersionA short text.
  3. SkuA short text.
  4. Updated onA short text.
  5. OverviewA longer text with more than one line.
  6. SpecsA list of items. Each item has label and value.
  7. CompatibilityA short text.
  8. Support lineA short text.
  9. FooterA short text.
Sample data
{
  "product_name": "Halcyon Mk II Turntable",
  "version": "Version 2.1",
  "sku": "HAL-MK2-BLK",
  "updated_on": "15 September 2026",
  "overview": "A belt-driven turntable built for a small front room, with a low-resonance plinth and a pre-fitted cartridge ready to play on the first evening.",
  "specs": [
    {
      "label": "Drive type",
      "value": "Belt drive, synchronous motor"
    },
    {
      "label": "Speeds",
      "value": "33⅓ and 45 RPM, manual switch"
    },
    {
      "label": "Plinth",
      "value": "MDF core with a walnut veneer"
    },
    {
      "label": "Cartridge",
      "value": "Pre-fitted moving magnet cartridge"
    },
    {
      "label": "Platter",
      "value": "Die-cast aluminium, felt mat included"
    },
    {
      "label": "Output",
      "value": "Built-in phono stage, RCA output"
    },
    {
      "label": "Weight",
      "value": "6.4kg unboxed"
    }
  ],
  "features": [
    "Plays straight out of the box with no extra cartridge to fit",
    "Adjustable counterweight and anti-skate for a level tone arm",
    "Switchable phono stage for amps without a built-in one",
    "Dust cover included and fitted from the first day",
    "Replacement belts and styli available for years to come",
    "Quiet enough for a small front room at any time of day"
  ],
  "compatibility": "any amplifier with a line or phono input",
  "support_line": "support@halcyonaudio.example",
  "footer": "Halcyon Audio, made and tested in Sheffield"
}

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: product-spec-sheet-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"product_name":"Halcyon Mk II Turntable","version":"Version 2.1","sku":"HAL-MK2-BLK","updated_on":"15 September 2026","overview":"A belt-driven turntable built for a small front room, with a low-resonance plinth and a pre-fitted cartridge ready to play on the first evening.","specs":[{"label":"Drive type","value":"Belt drive, synchronous motor"},{"label":"Speeds","value":"33⅓ and 45 RPM, manual switch"},{"label":"Plinth","value":"MDF core with a walnut veneer"},{"label":"Cartridge","value":"Pre-fitted moving magnet cartridge"},{"label":"Platter","value":"Die-cast aluminium, felt mat included"},{"label":"Output","value":"Built-in phono stage, RCA output"},{"label":"Weight","value":"6.4kg unboxed"}],"features":["Plays straight out of the box with no extra cartridge to fit","Adjustable counterweight and anti-skate for a level tone arm","Switchable phono stage for amps without a built-in one","Dust cover included and fitted from the first day","Replacement belts and styli available for years to come","Quiet enough for a small front room at any time of day"],"compatibility":"any amplifier with a line or phono input","support_line":"support@halcyonaudio.example","footer":"Halcyon Audio, made and tested in Sheffield"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "product-spec-sheet-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "product_name": "Halcyon Mk II Turntable",
          "version": "Version 2.1",
          "sku": "HAL-MK2-BLK",
          "updated_on": "15 September 2026",
          "overview": "A belt-driven turntable built for a small front room, with a low-resonance plinth and a pre-fitted cartridge ready to play on the first evening.",
          "specs": [
            {
              "label": "Drive type",
              "value": "Belt drive, synchronous motor"
            },
            {
              "label": "Speeds",
              "value": "33⅓ and 45 RPM, manual switch"
            },
            {
              "label": "Plinth",
              "value": "MDF core with a walnut veneer"
            },
            {
              "label": "Cartridge",
              "value": "Pre-fitted moving magnet cartridge"
            },
            {
              "label": "Platter",
              "value": "Die-cast aluminium, felt mat included"
            },
            {
              "label": "Output",
              "value": "Built-in phono stage, RCA output"
            },
            {
              "label": "Weight",
              "value": "6.4kg unboxed"
            }
          ],
          "features": [
            "Plays straight out of the box with no extra cartridge to fit",
            "Adjustable counterweight and anti-skate for a level tone arm",
            "Switchable phono stage for amps without a built-in one",
            "Dust cover included and fitted from the first day",
            "Replacement belts and styli available for years to come",
            "Quiet enough for a small front room at any time of day"
          ],
          "compatibility": "any amplifier with a line or phono input",
          "support_line": "support@halcyonaudio.example",
          "footer": "Halcyon Audio, made and tested in Sheffield"
        }
      }
    }
  }
}

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.