html.to-markdown
Convert raw HTML into clean, readable markdown by stripping scripts, ads, and navigation while preserving headings, links, and lists.
Instructions
Convert raw HTML you already have into clean reading markdown (no URL fetch). POST { html }. Strips scripts/nav/ads, extracts main content, preserves headings/links/lists. For fetching a live URL use url.clean instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML (<=2MB). |