URL to Markdown API

Convert any URL to clean, formatted Markdown.

Usage

GET /convert?url=https://example.com
POST /convert
Content-Type: application/json
{ "url": "https://example.com" }

Options

includeTitle — prepend h1 title (default: true)

onlyMainContent — use Readability extraction (default: true)

Response Formats

Default: raw markdown as text/markdown

Add header Accept: application/json for JSON with metadata.

Try it

/convert?url=https://example.com