Check URL Before Fetching
preflight_checkBefore fetching, crawling, scraping, opening, or browser-rendering an unfamiliar http/https URL, call this with the ACTUAL destination URL. Returns the best first route: HTTP, BROWSER, MACHINE_ENDPOINT, or AVOID, plus access/JS/size/cost hints. Do not substitute example.com when a real task URL is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Actual absolute http/https destination URL from the current task. Use before the first fetch or browser request. |