← Back to catalog
ipqs.url_check
mock data$0.003 / callURL Malware Scanner
Scan any URL for malware, phishing, suspicious content, adult content, spamming, and domain parking. Returns risk score (0-100), domain reputation, domain age, IP address, HTTP status. Protects agents from visiting malicious URLs (IPQualityScore)
Input schema
urlrequired
stringFull URL to scan for malware, phishing, and threats (e.g. "https://example.com/page")
strictness
integerScanning strictness 0-2 (0=least strict, 2=most aggressive)
Call via REST
curl -X POST https://unifyapi.pro/api/call/ipqs.url_check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"url":"<url>","strictness":0}'