Check Url
check_urlURL / malware safety scan. Checks whether a URL or domain is unsafe — phishing, malware, spam — and returns a risk score, domain reputation rank, content category, DNS validity, and domain age. Example: check_url({ url: "https://example.com" }) Requires your own IPQualityScore API key, passed as _apiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL or domain to scan, e.g. "https://example.com" | |
| _apiKey | Yes | Your own IPQualityScore API key (BYO — Pipeworx does not supply one). Free tier at ipqualityscore.com; the key is on the account dashboard. |