POST
/
urls
curl --request POST \
  --url https://app.onefirewall.com/api/v1/urls \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "confidence": 1,
  "tags": [
    "<string>"
  ],
  "url": "<string>"
}'

Authorizations

Authorization
string
header
required

Authorization Token

Body

application/json
confidence
number
default:
1
required

Confidence from 0.0 to 1.0

url
string
required

Confidence level on the malicious capabilities of the url

tags
string[]