extract_markdown
Convert any permitted public web page into clean Markdown for AI agents or note-taking. Returns explicit errors for blocked, paywalled, or login-gated pages.
Instructions
Return clean Markdown from a permitted public web page for agents, RAG ingestion, notes, or .md files. This is a low-cost non-LLM output mode when the page can be fetched cleanly. Blocked, login-required, CAPTCHA-gated, paywalled, and too-thin pages return explicit errors instead of fabricated Markdown. Read-only, makes no changes to any external system. Requires HAUNT_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL of the permitted public page to convert into clean Markdown. Must be a valid HTTP or HTTPS URL. |