POST
/
fast-check
curl --request POST \
  --url https://api.urldna.io/fast-check \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>"
}'
{
  "malicious_score": 123,
  "status": "SAFE",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Response

200
application/json

Fast check result retrieved successfully.

The response is of type object.