url_is_alive
Verify if a URL is accessible by checking its status using the ReviewWebsite API. Input the URL, set a timeout, and optionally use a proxy to confirm availability.
Instructions
Check if a URL is alive using ReviewWeb.site API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Your ReviewWebsite API key | |
proxyUrl | No | Proxy URL to use for the request | |
timeout | No | Request timeout in milliseconds (default: 10000) | |
url | Yes | URL to check if it's alive |