fetch_url
Retrieve web content from any URL and convert it into text format. Ideal for accessing HTML, plain text, and other text-based resources directly for processing or analysis.
Instructions
Fetch content from a URL and return it as text.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Additional headers to send with the request | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL to fetch |