Transform any URL into clean markdown. Perfect for AI agents, with shared caching to save tokens and time.
# Path-based proxy
$ curl https://proxy.distil.net/https://example.com \
-H "X-Distil-Key: dk_your_key_here"
# HTTP proxy mode
$ curl https://example.com \
--proxy https://proxy.distil.net \
-H "X-Distil-Key: dk_your_key_here"