presentations
Installation
SKILL.md
Presentations Skill
Create PowerPoint presentations via the PPTX agent. The operation is asynchronous — the API accepts the request immediately, returns a job_id, and generates the presentation in the background. When complete, a webhook fires to the runtime with the job id and download URL.
Base URL
{{PPTX_AGENT_URL}}
Authentication
All requests require this header:
X-API-Key: {{AGENT_API_KEY}}