Convert any URL or raw HTML to clean Markdown. Perfect for LLM/AI pipelines and content processing.
POST https://api.16761.tech/html2md
curl -X POST https://api.16761.tech/html2md \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | URL to convert | |
| html | string | Raw HTML to convert |