🚀 Proxy Server

distil Proxy

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"
How to use distil Proxy
Path-based
GET /https://example.com
HTTP Proxy
--proxy proxy.distil.net
HTTPS Tunneling
CONNECT example.com:443
Authentication
X-Distil-Key: dk_your_key