tools

Web Fetch

Fetch and extract content from a specified web URL.

post/v1/tools/web-fetch

Request body

urlstring required

The URL of the web page to fetch and extract content from.

Response

Web content fetched successfully.

is_errorboolean

True if the tool encountered an error during execution.

Changes