summarize_url
Summarize any web page by providing its URL; the AI extracts key points and returns a concise summary in your chosen format.
Instructions
Summarize a web page URL using AI via ReviewWeb.site API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to summarize | |
| instructions | No | Custom instructions for the AI on how to summarize the content | |
| systemPrompt | No | Custom system prompt to guide the AI | |
| model | No | AI model to use for summarization | |
| delayAfterLoad | No | Optional delay after page load in milliseconds | |
| maxLength | No | Maximum length of the summary in words | |
| format | No | Format of the summary (bullet points or paragraph) | |
| debug | No | Enable debug mode for detailed logging | |
| api_key | No | Your ReviewWebsite API key |