pptx-to-markdown
Convert PowerPoint presentations to Markdown format for easier editing and integration with documentation workflows. Process PPTX files from URLs or server filepaths.
Instructions
Convert a PPTX file to markdown. Use 'url' for online PPTX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | Server-side absolute path of the PPTX file (file must exist on the server filesystem) | |
| url | No | URL of the PPTX file to download and convert (recommended for remote files) |