P
presentations-ai
/create_presentation_from_file
create presentation from file
Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation. Max 5 MB. Supports the same preservation modes as content transfo
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_file for me.
Input
| Field | Type | Description |
|---|---|---|
| file_data* | string | Base64-encoded file content (max 5 MB) |
| file_name* | string | Original filename with extension |
| mime_type* | string (application/pdf | application/vnd.openxmlformats-officedocument.presentationml.presentation | application/vnd.ms-powerpoint | application/vnd.openxmlformats-officedocument.wordprocessingml.document | application/vnd.ms-word | text/plain) | |
| exportType* | string (ppt | pptx | pdf | image | render | share) | |
| topic | string | Topic override, or instruction text when preservationMode is 'instruction'. |
| slideCount | integer | |
| language | string | default "en" |
| domain | string | |
| preservationMode | string (enhance | preserve | summarize | instruction) | |
| 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 |
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_file","input":{"file_data":"...","file_name":"...","mime_type":"application/pdf","exportType":"ppt","language":"en"}}'cli
npx cracked-ai run -p mcp-ai-presentations-presentations-ai -e /create_presentation_from_file -i '{"file_data":"...","file_name":"...","mime_type":"application/pdf","exportType":"ppt","language":"en"}'mcp
run_tool({ provider: "mcp-ai-presentations-presentations-ai", endpoint: "/create_presentation_from_file", input: {"file_data":"...","file_name":"...","mime_type":"application/pdf","exportType":"ppt","language":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.