Distiller

Docs

The shortest path from URL to agent-ready content.

Start with one request, choose the format you want back, and plug Distiller into your workflow from there.

Last updated

Read the docs Pricing

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.

Choose your format

  • POST /markdown — cleaned_markdown and cleaned_text
  • POST /distill — full HTML + markdown + text
  • POST /extract — structured JSON (paid tier)
  • CLI: markdown, html, text, json