fetch_url
Fetches and processes content from any URL, auto-detecting webpage, PDF, or image. Supports raw output and offset for partial retrieval.
Instructions
Universal content loader that fetches and processes content from any URL. Automatically detects content type (webpage, PDF, or image) based on URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The remote URL to load content from. | |
| offset | No | Character/content offset to start from (for text content). | |
| raw | No | Return raw content instead of cleaned Markdown when possible. | |
| fetch_provider | No | Choose the fetching backend. 'auto' tries lightweight fetchers before Zendriver. | auto |