presentations-ai
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

FieldTypeDescription
topic*stringTopic or brief for the presentation
slideCount*integerNumber of slides to generate
exportType*string (ppt | pptx | pdf | image | render | share)Output format
languagestringISO language code default "en"
domainstringCompany domain for branding context
target_audiencestring (executive-leadership | general-employees | clients-customers | students-trainees | technical-team | general-audience)
tonestring (professional | conversational | authoritative | persuasive | educational)
callback_urlstringHTTPS webhook URL for async processing
immediatePollUrlbooleanWhen 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.