CleanMark
CleanMark converts any public URL into clean, structured Markdown with a single API call. Built for developers feeding documentation, articles, and API references into LLMs, RAG pipelines, and AI agents. Send a URL. Get back noise-free GFM Markdown — headings, code blocks, tables, and links preserved. Navigation, footers, ads, and sidebars stripped automatically.
CleanMark endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
convertGet /convert |
Same as POST but accepts the URL as a query parameter. |
| POST |
convertPost /convert |
Fetches the HTML at the given URL and returns clean GFM Markdown. Works best with static documentation sites, blogs, and wikis. JavaScript-rendered SPAs (Notion, Shopify, etc.)… |