Attribute / value spec

Try in Playground
Attribute / value spec slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Data Table
Output
.pptx + PDF + PNG

Render it

Brief path

curl -X POST https://api.slideforge.dev/v1/render/auto \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "brief": "" }'

Structured intent (this template)

{
  "pattern": "data_table",
  "title": "The MVP stays inside the client tenant, reusing proposal content and CRM context",
  "subtitle": "Azure GenAI proposal assistant - solution specification",
  "columns": [
    {
      "header": "Attribute",
      "w": 1,
      "bold": true,
      "muted": true
    },
    {
      "header": "Specification",
      "w": 2.6
    }
  ],
  "rows": [
    {
      "section": "Architecture & data"
    },
    [
      "Hosting",
      "Azure subscription in the client tenant"
    ],
    [
      "Model access",
      "Azure OpenAI - GPT-4.1 mini (extract) + GPT-4.1 (review)"
    ],
    [
      "Knowledge sources",
      "SharePoint proposals, approved case studies, catalogue, pricing"
    ],
    [
      "Retrieval",
      "Azure AI Search hybrid index; semantic captions off in hot path"
    ],
    [
      "CRM context",
      "Opportunity, industry, products, region, stage (Dynamics)"
    ],
    [
      "Data residency",
      "EU region only; Key Vault + managed identities"
    ],
    {
      "section": "Controls & operations"
    },
    [
      "Human review",
      "Seller approves every generated slide before sending"
    ],
    [
      "Logging",
      "Prompt, retrieved doc IDs, artifact metadata - retained 90 days"
    ],
    [
      "PII policy",
      "Customer names allowed; personal emails masked"
    ],
    [
      "Latency target",
      "First deck draft <20s; individual render <2s"
    ],
    [
      "Known limitation",
      "No legal commitments or custom discounts auto-generated"
    ]
  ],
  "footer": "Pricing text must still come from the approved CPQ source.",
  "source_note": ""
}

Related templates

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.