P
presentations-ai
/create_presentation_from_topic
create presentation from topic
Generate a full AI-powered presentation from a topic or brief. Returns a document URL and ID in the requested export format.
liveunknown~5s typical
mcppresentations-ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-presentations-presentations-ai /create_presentation_from_topic for me.
Input
| Field | Type | Description |
|---|---|---|
| topic* | string | Topic or brief for the presentation |
| slideCount* | integer | Number of slides to generate |
| exportType* | string (ppt | pptx | pdf | image | render | share) | Output format |
| language | string | ISO language code default "en" |
| domain | string | Company domain for branding context |
| target_audience | string (executive-leadership | general-employees | clients-customers | students-trainees | technical-team | general-audience) | |
| tone | string (professional | conversational | authoritative | persuasive | educational) | |
| callback_url | string | HTTPS webhook URL for async processing |
| immediatePollUrl | boolean | When true, returns a job ID immediately for polling via check_job_status |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-presentations-presentations-ai","endpoint":"/create_presentation_from_topic","input":{"topic":"...","slideCount":1,"exportType":"ppt","language":"en"}}'cli
npx cracked-ai run -p mcp-ai-presentations-presentations-ai -e /create_presentation_from_topic -i '{"topic":"...","slideCount":1,"exportType":"ppt","language":"en"}'mcp
run_tool({ provider: "mcp-ai-presentations-presentations-ai", endpoint: "/create_presentation_from_topic", input: {"topic":"...","slideCount":1,"exportType":"ppt","language":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.