Integration map flow
Diagram of our pet food supply chain orchestration and data flow.
Try in PlaygroundExample brief
A technical architecture slide showing how the central supply chain orchestrator manages pet food fulfillment. It illustrates requests coming from the retail portal and consumer app through a secure gateway into the orchestrator. The orchestrator then interacts with four backend systems—the ERP, SKU repository, freight calculator, and warehouse API—to retrieve data and perform a write-back to the consumer app for order confirmation. The slide includes a note on compliance and temperature monitoring security.
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": "integration_map_flow",
"headline": "The logistics hub synchronizes real-time inventory updates across the supply chain, ensuring fulfillment accuracy",
"context": "Smart fulfillment network orchestration",
"caution": "Compliance logging, temperature monitoring, and batch validation protocols secure the hub.",
"data": {
"nodes": [
{
"id": "teams",
"label": "Retail portal",
"col": 0,
"type": "channel"
},
{
"id": "sf",
"label": "Direct-to-consumer app",
"col": 0,
"type": "channel"
},
{
"id": "gw",
"label": "Secure data bridge",
"col": 1,
"type": "gateway"
},
{
"id": "orch",
"label": "Supply chain orchestrator",
"col": 2,
"type": "service",
"emphasis": "primary"
},
{
"id": "crm",
"label": "ERP system",
"col": 3,
"type": "data"
},
{
"id": "cat",
"label": "SKU repository",
"col": 3,
"type": "data"
},
{
"id": "price",
"label": "Freight calculator",
"col": 3,
"type": "service"
},
{
"id": "vec",
"label": "Warehouse API",
"col": 3,
"type": "data"
}
],
"edges": [
{
"from": "teams",
"to": "gw",
"kind": "request"
},
{
"from": "sf",
"to": "gw",
"kind": "request"
},
{
"from": "gw",
"to": "orch",
"kind": "request"
},
{
"from": "orch",
"to": "crm",
"kind": "data"
},
{
"from": "orch",
"to": "cat",
"kind": "data"
},
{
"from": "orch",
"to": "price",
"kind": "data"
},
{
"from": "orch",
"to": "vec",
"kind": "data"
},
{
"from": "orch",
"to": "sf",
"label": "write-back",
"kind": "response"
}
]
}
}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":"integration_map_flow","headline":"The logistics hub synchronizes real-time inventory updates across the supply chain, ensuring fulfillment accuracy","context":"Smart fulfillment network orchestration","caution":"Compliance logging, temperature monitoring, and batch validation protocols secure the hub.","data":{"nodes":[{"id":"teams","label":"Retail portal","col":0,"type":"channel"},{"id":"sf","label":"Direct-to-consumer app","col":0,"type":"channel"},{"id":"gw","label":"Secure data bridge","col":1,"type":"gateway"},{"id":"orch","label":"Supply chain orchestrator","col":2,"type":"service","emphasis":"primary"},{"id":"crm","label":"ERP system","col":3,"type":"data"},{"id":"cat","label":"SKU repository","col":3,"type":"data"},{"id":"price","label":"Freight calculator","col":3,"type":"service"},{"id":"vec","label":"Warehouse API","col":3,"type":"data"}],"edges":[{"from":"teams","to":"gw","kind":"request"},{"from":"sf","to":"gw","kind":"request"},{"from":"gw","to":"orch","kind":"request"},{"from":"orch","to":"crm","kind":"data"},{"from":"orch","to":"cat","kind":"data"},{"from":"orch","to":"price","kind":"data"},{"from":"orch","to":"vec","kind":"data"},{"from":"orch","to":"sf","label":"write-back","kind":"response"}]}}'Frequently asked questions
How do I render the Integration map 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 Integration map flow deterministically — editable PowerPoint in under a second.