Web Reader for AI
# Web Reader for AI API Convert any URL to clean, LLM-optimized Markdown in a single API call. Strips ads, navigation, footers, and boilerplate — returns only meaningful content ready for large language model consumption. ## What You Get **Clean Markdown Output:** - Mozilla Readability content extraction - HTML-to-Markdown conversion with GitHub Flavored Markdown - Ads, nav, footers, and…
Web Reader for AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Reading | ||
| POST |
batchRead /v1/batch |
Process multiple URLs in a single request. Each URL is converted to clean Markdown independently. If one URL fails, others still succeed. **Availability:** Pro and Business tiers… |
| POST |
readUrl /v1/read |
Fetches the given URL, extracts the main content, and converts it to clean Markdown suitable for LLM consumption. Includes optional metadata extraction, token counting, and link… |
| Usage | ||
| GET |
getUsage /v1/usage |
Returns usage statistics for the current billing period, including the number of scans used, remaining, and the plan limit. |
| Health | ||
| GET |
healthCheck /v1/health |
Lightweight health check endpoint for uptime monitoring. Does not require authentication. Does not launch Chromium or perform any heavy operations. |
Web Reader for AI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $15 / month | 3 / second |
|
| ULTRA | $39 / month | 10 / second |
|
| MEGA | $99 / month | 25 / second |
|