cURL
curl --request POST \ --url https://api.novashield.so/v1/wallet/url \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "success": true, "data": { "isPhishing": true, "confidence": 123, "riskLevel": "SAFE", "verdict": "<string>", "reasons": [ "<string>" ], "similarTo": "<string>", "recommendations": [ "<string>" ] }, "timestamp": "2023-11-07T05:31:56Z" }
Check a URL for phishing, typosquatting, and scam indicators before opening.
URL to analyze for phishing
URL analysis complete
Show child attributes
Was this page helpful?