url_is_alive
Verify if a URL is reachable and responsive by sending a request to the ReviewWeb.site API. Returns status indicating whether the URL is alive.
Instructions
Check if a URL is alive using ReviewWeb.site API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to check if it's alive | |
| timeout | No | Request timeout in milliseconds (default: 10000) | |
| proxyUrl | No | Proxy URL to use for the request | |
| api_key | No | Your ReviewWebsite API key |