UnifyAPI
← Back to catalog

ipqs.url_check

mock data$0.003 / call

URL 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)

Securityprovider: Ipqs#ipqs#security

Input schema

urlrequired

Full URL to scan for malware, phishing, and threats (e.g. "https://example.com/page")

string
strictness

Scanning strictness 0-2 (0=least strict, 2=most aggressive)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.