Quickstart
curl -X POST https://your-distiller-url/markdown \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}'No API key required when auth is off. Replace https://your-distiller-url with your deployment URL.
Docs
Start with one request, choose the format you want back, and plug Distiller into your workflow from there.
curl -X POST https://your-distiller-url/markdown \
-H "content-type: application/json" \
-d '{"url":"https://example.com"}'No API key required when auth is off. Replace https://your-distiller-url with your deployment URL.
POST /markdown — cleaned_markdown and cleaned_textPOST /distill — full HTML + markdown + textPOST /extract — structured JSON (paid tier)markdown, html, text, json/api/docs and /api/openapi.json.
web-distiller https://example.com --format markdown