Web summarizer API
The web summarizer service lets you extract summaries and structured data from any publicly accessible URL. It returns page titles, descriptions, headings, paragraphs, links, images, and Open Graph metadata. No authentication is required. The service runs as a standalone deployment separate from the main Agentbot API.Base URL
The web summarizer runs as an independent service on port
3100 by default. Replace the base URL with your deployment’s address.Service info
Response
Health check
Response
Summarize a URL
Request body
Response
Response fields
Errors
Error response
Extract links, images, and metadata
Request body
Response
Response fields
Errors
Error response
Fetch behavior
All URL fetching uses the following defaults:
If the target URL returns a non-2xx HTTP status, the service responds with a
500 error containing the upstream status code in the error message.