Attribute / value spec
Dairy supply chain and quality specifications table.
Try in PlaygroundExample brief
A detailed specification sheet for a regional dairy cooperative's logistics and quality control. The slide outlines technical parameters for milk collection, processing, and packaging, covering temperature controls, testing protocols, and compliance standards. It includes a section on packaging and storage goals, specifically targeting rapid turnaround times and waste minimization, intended for a board-level review of operational standards.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "data_table",
"variant": "attribute_value_spec",
"headline": "Centralized cold chain logistics ensure consistent milk quality from farm to distribution center",
"context": "Regional Dairy Cooperative - Logistics & Quality Control Specification",
"source_note": "",
"data": {
"rows": [
{
"section": "Collection & Processing"
},
[
"Transport Temp",
"Constant refrigeration at 2°C to 4°C throughout transit"
],
[
"Testing Protocol",
"Batch sampling for somatic cell count (SCC) and antibiotic residue"
],
[
"Raw Materials",
"Grade A pasteurized liquid milk, organic cultures, non-GMO stabilizers"
],
[
"Filtration",
"Triple-stage microfiltration; ceramic membranes for fat separation"
],
[
"Tracing System",
"Farm ID, batch number, milking timestamp, tanker route (RFID)"
],
[
"Compliance",
"ISO 22000 Food Safety; USDA Organic; Halal/Kosher certified"
],
{
"section": "Packaging & Storage"
},
[
"Sterilization",
"Aseptic filling environment; hydrogen peroxide vapor treatment"
],
[
"Inventory Mgmt",
"FIFO (First-In, First-Out) shelf-life tracking - maximum 14 days"
],
[
"Labeling Policy",
"Nutritional facts, allergen warnings, and farm-of-origin QR codes"
],
[
"Turnaround Goal",
"Farm-to-shelf duration <36 hours; local delivery <6 hours"
],
[
"Waste Limit",
"Maximum 0.5% spillage during bottling; 100% recyclable HDPE"
]
],
"footer": "All heavy cream and specialty butter must originate from grass-fed herds."
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"data_table","variant":"attribute_value_spec","headline":"Centralized cold chain logistics ensure consistent milk quality from farm to distribution center","context":"Regional Dairy Cooperative - Logistics & Quality Control Specification","source_note":"","data":{"rows":[{"section":"Collection & Processing"},["Transport Temp","Constant refrigeration at 2°C to 4°C throughout transit"],["Testing Protocol","Batch sampling for somatic cell count (SCC) and antibiotic residue"],["Raw Materials","Grade A pasteurized liquid milk, organic cultures, non-GMO stabilizers"],["Filtration","Triple-stage microfiltration; ceramic membranes for fat separation"],["Tracing System","Farm ID, batch number, milking timestamp, tanker route (RFID)"],["Compliance","ISO 22000 Food Safety; USDA Organic; Halal/Kosher certified"],{"section":"Packaging & Storage"},["Sterilization","Aseptic filling environment; hydrogen peroxide vapor treatment"],["Inventory Mgmt","FIFO (First-In, First-Out) shelf-life tracking - maximum 14 days"],["Labeling Policy","Nutritional facts, allergen warnings, and farm-of-origin QR codes"],["Turnaround Goal","Farm-to-shelf duration <36 hours; local delivery <6 hours"],["Waste Limit","Maximum 0.5% spillage during bottling; 100% recyclable HDPE"]],"footer":"All heavy cream and specialty butter must originate from grass-fed herds."}}'Frequently asked questions
How do I render the Attribute / value spec template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Attribute / value spec deterministically — editable PowerPoint in under a second.