fetch_url
Fetch data from any URL, including API endpoints, JSON responses, or web content. Retrieve information by providing a URL and optional HTTP headers to customize your request.
Instructions
Fetch data from a URL (API endpoints, JSON, or any web content)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch data from | |
| headers | No | Optional HTTP headers to include in the request |