cURL
curl --request POST \ --url https://api.urldna.io/v1/fast-check \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "malicious_score": 123, "status": "SAFE", "url": "<string>" }
Quickly assess whether a given URL is SAFE or MALICIOUS.
Fast check result retrieved successfully.
The response is of type object.
object