structuremanagementtext-heavy

Agenda Slide Template

Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.

Try in Playground
Agenda slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
38
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
items
Array of items items

Example brief

Agenda: 1. Market Overview (10 min), 2. Competitive Analysis (15 min), 3. Strategy Proposal (20 min), 4. Financial Projections (10 min), 5. Q&A (15 min).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "e163fa49-b86f-55b6-9ac9-7f65565bbaca",
    "brief": "Agenda: 1. Market Overview (10 min), 2. Competitive Analysis (15 min), 3. Strate..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "e163fa49-b86f-55b6-9ac9-7f65565bbaca",
  "params": {
    "items": [
      {
        "label": "Market Landscape",
        "time": "10 min"
      },
      {
        "label": "Competitive Analysis",
        "time": "15 min"
      },
      {
        "label": "SWOT & Risks",
        "time": "10 min"
      },
      {
        "label": "Go-to-Market Strategy",
        "time": "20 min"
      },
      {
        "label": "Financial Projections",
        "time": "15 min"
      },
      {
        "label": "Implementation Roadmap",
        "time": "10 min"
      },
      {
        "label": "Q&A",
        "time": "10 min"
      }
    ],
    "title": "Structured agenda focuses discussion on key strategic decisions",
    "footer": "Strategic planning meeting | Duration: 90 minutes"
  }
}'

Tags

agendaoutlinetable of contentstopicsoverviewschedule

Related templates

Frequently asked questions

How do I render a Agenda slide?

Send a POST request to /v1/render with template "e163fa49-b86f-55b6-9ac9-7f65565bbaca" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Agenda template accept?

The Agenda template accepts: items. Supports 3-8 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Agenda slide in under 1 second. $3 free credit, no card required.