SearXNG Server

by ihor-sokoliuk
Verified

web_url_read

Read the content from an URL. Use this for further information retrieving to understand the content of each URL.

Input Schema

NameRequiredDescriptionDefault
urlYesURL

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools