Lammy Printer

Fools and Heroes Item Card Generator

Brief description of the physical item
        Copy a row from your Google Sheets and paste it here

        API Documentation

        Use the following endpoint to generate lammys programmatically:

        POST /api/generate

        {
          "itemName": "Sword of Light",
          "physrep": "Silver-painted wooden sword",
          "destructions": ["Fire", "Holy water"],
          "sigils": ["Magic", "Enchanted"],
          "expiry": "End of event",
          "positives": ["Deals double damage to undead"],
          "negatives": ["Burns evil wielders"],
          "bind": "Item must be bound",
          "craftedBy": "Wizard Bob",
          "id": "001"
        }
              

        Response

        {
          "success": true,
          "sessionId": "uuid",
          "previewUrl": "/preview/:sessionId",
          "downloadUrls": {
            "pdf": "/download/:sessionId/pdf",
            "html": "/download/:sessionId/html"
          }
        }