Free URL-to-markdown API. Prefix any URL to get clean markdown.
https://md.reader.dev/https://example.com
curl https://md.reader.dev/https://example.comReturns raw markdown content. No API key needed.
npm install
npm run build
READER_ENGINE_URL=http://localhost:6003 npm startRequires a running reader daemon.
| Variable | Default | Description |
|---|---|---|
PORT |
6008 | Server port |
READER_ENGINE_URL |
http://localhost:6003 |
Reader daemon URL |
ENGINE_TIMEOUT |
30000 | Scrape timeout (ms) |
RATE_LIMIT_RPM |
30 | Max requests per minute per IP |
LOG_LEVEL |
info | Pino log level |
MIT