Presently API

AI-powered API for generating structured presentations from text input with customizable themes and formatting options.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Presently API" with this command: npx skills add krishnakumarmahadevan-cmd/toolweb-presently

Overview

Presently API is an intelligent presentation generation service that transforms raw text input into professionally formatted slide decks. Built for developers, content creators, and businesses seeking to automate presentation creation, Presently intelligently structures content into logical slides with customizable themes, colors, and layouts.

The API accepts plain text content and automatically organizes it into a specified number of presentation cards, each optimized for visual delivery. With support for theme customization, color schemes, and format variations, Presently enables programmatic generation of polished presentations without manual slide design.

Ideal users include content management systems, educational platforms, business automation tools, and SaaS applications requiring dynamic presentation generation capabilities.

Usage

Sample Request:

{
  "user_id": 12345,
  "input_text": "Cloud computing has revolutionized how organizations manage data. It provides scalable infrastructure, reduces operational costs, and enables global collaboration. Major providers include AWS, Azure, and Google Cloud. Security considerations include data encryption, access control, and compliance standards. Best practices involve multi-region deployment, automated backups, and disaster recovery planning.",
  "num_cards": 5,
  "format_type": "presentation",
  "theme_id": "modern_blue",
  "primary_color": "#1E40AF",
  "secondary_color": "#60A5FA",
  "user_email": "user@example.com"
}

Sample Response:

{
  "presentation_id": "pres_8f4a2c9d1e",
  "user_id": 12345,
  "status": "success",
  "cards": [
    {
      "card_number": 1,
      "title": "Cloud Computing Fundamentals",
      "content": "Cloud computing has revolutionized how organizations manage data. It provides scalable infrastructure, reduces operational costs, and enables global collaboration."
    },
    {
      "card_number": 2,
      "title": "Major Cloud Providers",
      "content": "Major providers include AWS, Azure, and Google Cloud."
    },
    {
      "card_number": 3,
      "title": "Security Considerations",
      "content": "Security considerations include data encryption, access control, and compliance standards."
    },
    {
      "card_number": 4,
      "title": "Best Practices",
      "content": "Best practices involve multi-region deployment, automated backups, and disaster recovery planning."
    },
    {
      "card_number": 5,
      "title": "Implementation Strategy",
      "content": "Organizations should evaluate workload requirements and select providers aligned with compliance needs."
    }
  ],
  "theme_applied": "modern_blue",
  "colors": {
    "primary": "#1E40AF",
    "secondary": "#60A5FA"
  },
  "created_at": "2024-01-15T14:32:22Z"
}

Endpoints

GET /health

Summary: Health Check

Description: Verify API service availability and health status.

Parameters: None

Response:

  • 200 OK: Service is operational
    {
      "status": "healthy",
      "timestamp": "2024-01-15T14:32:22Z"
    }
    

POST /create

Summary: Create Presentation

Description: Generate a structured presentation from input text with customizable styling and layout options.

Parameters:

NameTypeRequiredDescription
user_idintegerYesUnique identifier for the user making the request
input_textstringYesSource text content to structure into slides (10-100,000 characters)
num_cardsintegerNoNumber of presentation slides to generate (1-50, default: 10)
format_typestringNoOutput format style (default: "presentation")
theme_idstringNoPredefined theme identifier for visual styling
primary_colorstringNoHex color code for primary theme color (e.g., "#1E40AF")
secondary_colorstringNoHex color code for secondary/accent color (e.g., "#60A5FA")
user_emailstringNoEmail address associated with the user account

Request Body:

{
  "user_id": integer,
  "input_text": "string (10-100000 chars)",
  "num_cards": integer (optional, 1-50),
  "format_type": "string (optional)",
  "theme_id": "string or null (optional)",
  "primary_color": "string or null (optional)",
  "secondary_color": "string or null (optional)",
  "user_email": "string or null (optional)"
}

Response:

  • 200 OK: Presentation generated successfully

    {
      "presentation_id": "string",
      "user_id": integer,
      "status": "success",
      "cards": [
        {
          "card_number": integer,
          "title": "string",
          "content": "string"
        }
      ],
      "theme_applied": "string",
      "colors": {
        "primary": "string",
        "secondary": "string"
      },
      "created_at": "string (ISO 8601)"
    }
    
  • 422 Unprocessable Entity: Validation error

    {
      "detail": [
        {
          "loc": ["body", "input_text"],
          "msg": "ensure this value has at least 10 characters",
          "type": "value_error.any_str.min_length"
        }
      ]
    }
    

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated