24K Labs Read URL (Web Reader) is a paid API for AI agents from api.24klabs.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Fetches a URL and returns its clean, readable text content stripped of HTML and boilerplate
A curated directory of x402 services — each one on the list on purpose, with the health, uptime, and independent trust grades from across the ecosystem gathered in one place.
A JSON object with a 'model' field (e.g. 'web-reader-v1'), a 'result' field containing the article title and full clean readable text of the page, and a 'tokens_used' count.
POSThttps://api.24klabs.ai/api/read-urlUse this endpoint when you need to extract clean readable text from a web URL without managing browser infrastructure, especially when pay-per-request USDC billing is preferred over subscription API keys. Good for one-off article reads, content summarization pipelines, or agent workflows that need webpage text as input.
| Field | Type | Description |
|---|---|---|
| code | string | Primary input content |
| context | string | Optional context or instructions |
| language | string | Programming language (code services) |
{
"type": "json",
"example": {
"model": "web-reader-v1",
"result": "Article Title\n\nFull clean text of the article...",
"tokens_used": 0
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"