← 返回
未分类 Key 中文

Presently

AI-powered API for generating structured presentations from text input with customizable themes and formatting options.
AI驱动的API,可根据文本输入生成结构化演示文稿,支持自定义主题和格式选项。
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 99655.2 Key: 需要
★ 0
Stars
📥 289
下载
💾 0
安装
1
版本
#latest

概述

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

```json

{

"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

```json

{

"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

```json

{

"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

  • Kong Route: https://api.toolweb.in/tools/presently
  • API Docs: https://api.toolweb.in:8174/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Iso42001 Aims Readiness

krishnakumarmahadevan-cmd
评估 ISO/IEC 42001:2023 AI 管理体系(AIMS)准备情况,生成合规差距分析并制定整改路线图。用于评估 AI 治理...
★ 0 📥 787
security-compliance

Data Privacy Checklist

krishnakumarmahadevan-cmd
评估20个控制领域63项措施的数据隐私合规性,涵盖治理、同意、安全、泄露响应及供应商管理等。
★ 0 📥 815
security-compliance

Web Vulnerability Assessment

krishnakumarmahadevan-cmd
生成全面的Web应用漏洞评估,包含OWASP标准检查清单、修复指南及测试脚本。
★ 0 📥 1,136