convert_url_to_markdown
Convert a remote file URL into clean Markdown text. Handles PDF, DOCX, XLSX, images, and 20+ formats, turning documents and files into readable Markdown for LLMs and workflows.
Instructions
Convert a remote file URL to clean Markdown text. Supports PDF, DOCX, XLSX, images, and 20+ formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP or HTTPS URL of the remote file to convert into Markdown. | |
| api_key | No | Optional markdown.new API key. Leave empty to use MARKDOWN_NEW_API_KEY from the server environment. |