App
MagicSlides
MagicSlides is an AI-powered tool that creates professional presentations from text, PDFs, and more in seconds, supporting 100+ languages.
What your agent can do with MagicSlides
Triggers and actions 2 actions
- ActionGenerate presentation from template
Generates a presentation using a specific named template and returns per-slide HTML plus PPTX/PDF download links. POST https://www.magicslides.app/api/cli/generate-html-template. Header auth x-api-key. Body: topic (required), templateKey (required, from List presentation templates), slides (3-20, default 7), language (default "en"), presentationType, presentationTone, presentationFor. Returns {success, mode, templateKey, slideCount, presentUrl, pptxUrl, pdfUrl, slides:[{index,html}]}.
- ActionList presentation templates
Lists the 30+ available HTML/PPTX presentation templates and their keys. GET https://www.magicslides.app/api/cli/templates (optional query param mode=proslides to filter to HTML-output templates only). Header auth x-api-key. Returns template keys used as templateKey in Generate Presentation From Template. Response is a JSON array/list of {key, name, ...} objects.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the MagicSlides API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.