System Flow MapRequest / response flow

Request / response flow

Diagram the hazardous waste intake and verification process flow.

Try in Playground
Request / response flow slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
System Flow Map
Output
.pptx + PDF + PNG

Example brief

Create a system flow map for a municipal waste utility illustrating the hazardous material intake process. The sequence should start at the client portal and move through permit verification and an intake router. Highlight the safety screening stage as the primary control point before moving to lab analysis and the final disposal engine. The output should be a disposal certificate returned to the client, with a side-car telemetry path for EPA manifest logging and auditing at the router level.

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": "system_flow_map",
  "variant": "request_response_flow",
  "headline": "Industrial hazardous waste disposal requests undergo rigorous chemical validation, routing, and compliance auditing",
  "context": "Municipal hazardous waste processing and intake lifecycle",
  "data": {
    "nodes": [
      {
        "id": "rm",
        "label": "Client portal",
        "col": 0,
        "type": "human",
        "seq": 1
      },
      {
        "id": "ent",
        "label": "Permit verification",
        "col": 1,
        "type": "control",
        "seq": 2
      },
      {
        "id": "gw",
        "label": "Intake router",
        "col": 2,
        "type": "gateway",
        "seq": 3
      },
      {
        "id": "guard",
        "label": "Safety screening",
        "col": 3,
        "type": "control",
        "seq": 4,
        "emphasis": "primary"
      },
      {
        "id": "ret",
        "label": "Lab analysis",
        "detail": "spectroscopy + MSDS",
        "col": 4,
        "type": "data",
        "seq": 5
      },
      {
        "id": "model",
        "label": "Disposal engine",
        "col": 5,
        "type": "model",
        "seq": 6
      },
      {
        "id": "tel",
        "label": "EPA manifest logs",
        "col": 2,
        "row": 1,
        "type": "service"
      }
    ],
    "edges": [
      {
        "from": "rm",
        "to": "ent",
        "kind": "request"
      },
      {
        "from": "ent",
        "to": "gw",
        "kind": "request"
      },
      {
        "from": "gw",
        "to": "guard",
        "kind": "request"
      },
      {
        "from": "guard",
        "to": "ret",
        "kind": "request"
      },
      {
        "from": "ret",
        "to": "model",
        "kind": "request"
      },
      {
        "from": "model",
        "to": "rm",
        "label": "disposal certificate",
        "kind": "response"
      },
      {
        "from": "gw",
        "to": "tel",
        "label": "audit",
        "kind": "control"
      }
    ]
  }
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"system_flow_map","variant":"request_response_flow","headline":"Industrial hazardous waste disposal requests undergo rigorous chemical validation, routing, and compliance auditing","context":"Municipal hazardous waste processing and intake lifecycle","data":{"nodes":[{"id":"rm","label":"Client portal","col":0,"type":"human","seq":1},{"id":"ent","label":"Permit verification","col":1,"type":"control","seq":2},{"id":"gw","label":"Intake router","col":2,"type":"gateway","seq":3},{"id":"guard","label":"Safety screening","col":3,"type":"control","seq":4,"emphasis":"primary"},{"id":"ret","label":"Lab analysis","detail":"spectroscopy + MSDS","col":4,"type":"data","seq":5},{"id":"model","label":"Disposal engine","col":5,"type":"model","seq":6},{"id":"tel","label":"EPA manifest logs","col":2,"row":1,"type":"service"}],"edges":[{"from":"rm","to":"ent","kind":"request"},{"from":"ent","to":"gw","kind":"request"},{"from":"gw","to":"guard","kind":"request"},{"from":"guard","to":"ret","kind":"request"},{"from":"ret","to":"model","kind":"request"},{"from":"model","to":"rm","label":"disposal certificate","kind":"response"},{"from":"gw","to":"tel","label":"audit","kind":"control"}]}}'

Frequently asked questions

How do I render the Request / response flow 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 Request / response flow deterministically — editable PowerPoint in under a second.

Request / response flow Slide Template | SlideForge | SlideForge (slideforge.dev)