Automated reporting

Generate recurring reports as presentations using structured data or prompts. Ideal for analytics, BI, and internal reporting.

product showcase

API Request

{ "type": "automated_report", "output_format": "presentation", "presentation_settings": { "length": 10, "template": "business-report", "language": "en", "tone": "professional", "include_charts": true, "include_executive_summary": true, "include_conclusion_slide": true }, "schedule": { "recurring": true, "frequency": "monthly", "delivery": "download" }, "report_data": { "meta": { "title": "Monthly Performance Report – Q3 Overview", "period": "September 2026" }, "kpis": [ { "name": "Revenue Growth", "value": 12, "unit": "%", "trend": "up" }, { "name": "Customer Acquisition Growth", "value": 9, "unit": "%", "trend": "up" }, { "name": "Churn Rate", "value": 3.4, "unit": "%", "trend": "down" }, { "name": "Marketing Efficiency", "value": 18, "unit": "%", "trend": "up" } ], "revenue": { "total": 1240000, "currency": "USD", "by_segment": [ { "label": "Enterprise", "value": 620000 }, { "label": "Mid-Market", "value": 410000 }, { "label": "SMB", "value": 210000 } ] }, "customer_acquisition": { "new_customers": 1320, "conversion_rate": 4.8, "channels": [ { "label": "Organic Search", "value": 42 }, { "label": "Paid Ads", "value": 31 }, { "label": "Referrals", "value": 17 }, { "label": "Partnerships", "value": 10 } ] }, "engagement": { "monthly_active_users": 18450, "avg_sessions_per_user": 6.3, "top_features": [ "Presentation Generation", "Chart & Data Slides", "Export to PowerPoint" ] }, "retention": { "retention_rate": 96.6, "churn_rate": 3.4 }, "forecast": { "expected_revenue": 1320000, "growth_range": "6–8%" } } }

API Request

{ "type": "automated_report", "output_format": "presentation", "presentation_settings": { "length": 10, "template": "business-report", "language": "en", "tone": "professional", "include_charts": true, "include_executive_summary": true, "include_conclusion_slide": true }, "schedule": { "recurring": true, "frequency": "monthly", "delivery": "download" }, "report_data": { "meta": { "title": "Monthly Performance Report – Q3 Overview", "period": "September 2026" }, "kpis": [ { "name": "Revenue Growth", "value": 12, "unit": "%", "trend": "up" }, { "name": "Customer Acquisition Growth", "value": 9, "unit": "%", "trend": "up" }, { "name": "Churn Rate", "value": 3.4, "unit": "%", "trend": "down" }, { "name": "Marketing Efficiency", "value": 18, "unit": "%", "trend": "up" } ], "revenue": { "total": 1240000, "currency": "USD", "by_segment": [ { "label": "Enterprise", "value": 620000 }, { "label": "Mid-Market", "value": 410000 }, { "label": "SMB", "value": 210000 } ] }, "customer_acquisition": { "new_customers": 1320, "conversion_rate": 4.8, "channels": [ { "label": "Organic Search", "value": 42 }, { "label": "Paid Ads", "value": 31 }, { "label": "Referrals", "value": 17 }, { "label": "Partnerships", "value": 10 } ] }, "engagement": { "monthly_active_users": 18450, "avg_sessions_per_user": 6.3, "top_features": [ "Presentation Generation", "Chart & Data Slides", "Export to PowerPoint" ] }, "retention": { "retention_rate": 96.6, "churn_rate": 3.4 }, "forecast": { "expected_revenue": 1320000, "growth_range": "6–8%" } } }

AI agents & workflows

Integrate presentation generation into your agentic workflows and autonomous systems. Let AI create presentations on demand.