Markdown Downloader

by dazeb
Verified

download_markdown

Download a webpage as markdown using r.jina.ai

Input Schema

NameRequiredDescriptionDefault
subdirectoryNoOptional subdirectory to save the file in
urlYesURL of the webpage to download

Input Schema (JSON Schema)

{ "properties": { "subdirectory": { "description": "Optional subdirectory to save the file in", "type": "string" }, "url": { "description": "URL of the webpage to download", "type": "string" } }, "required": [ "url" ], "type": "object" }