Skip to main content

Overview

The Poesius platform provides two main interfaces for generating presentations:
  • REST API: Traditional HTTP REST endpoints for programmatic access
  • MCP (Model Context Protocol): Protocol-based interface for AI assistants like Claude
Production Endpoint: https://poe.poesius.com/api/v1 Web App: https://app.poesius.com (for API token management and template design)

How It Works

Poesius generates professional presentations through a three-step process:
  1. Generate narrative - Creates McKinsey-style presentation stories, summarizing key findings and revealing insights
  2. Retrieve layouts - Gets template specifications including colors, layout zones, and design elements (defined visually in the web app)
  3. Create slides - Combines narrative with template specs to produce professional PPTX files

Learn More

Understand the complete generation process

Quick Start

Get up and running in minutes with our quick start guide.

Get started

Learn the basics and start building with Poesius.

API Usage

Use REST API endpoints to generate presentations programmatically.

MCP Usage

Use Model Context Protocol for AI assistant integration.

Templates & Configuration

Customize your presentations with templates and settings.

Examples

See real-world examples of using the Poesius API.

View Examples

Browse complete code examples for REST API and MCP usage.