Web to Markdown Converter
Convert any webpage into clean, readable Markdown.
POST
/api/convert-markdown
50 requests/minute
🔌 API Access
Use this tool programmatically in your applications. Convert any webpage to clean, readable Markdown with customizable options for content extraction.
Rate Limit: 50 requests/minute
Free to use • No authentication required • Fair usage policy applies
POST /api/convert-markdown
curl -X POST "https://yoursite.com/api/convert-markdown" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com/article", "includeTitle": true, "includeLinks": true, "improveReadability": true }'
fetch('/api/convert-markdown', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ "url": "https://example.com/article", "includeTitle": true, "includeLinks": true, "improveReadability": true }) }).then(res => res.json());
Need higher rate limits or have questions?