Convert an HTML string to clean Markdown. Strips navigation, scripts, styles, and non-content elements. Use when you have an HTML string in memory and want Markdown for an LLM context window, document processing, or storage. Send {"html": "<html string>"}. Also accepts a raw text/html body. Max 5 MB.