Security Binary
Report Digest
POST
/
files
curl --request POST \
--url https://app.onefirewall.com/api/v1/files \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confidence": 1,
"tags": [
"<string>"
],
"file_bytes": "<string>",
"file_type": "<string>",
"file_name": "<string>",
"md5": "<string>",
"sha1": "<string>",
"sha256": "<string>"
}'
Authorizations
Authorization Token
Body
application/json
curl --request POST \
--url https://app.onefirewall.com/api/v1/files \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confidence": 1,
"tags": [
"<string>"
],
"file_bytes": "<string>",
"file_type": "<string>",
"file_name": "<string>",
"md5": "<string>",
"sha1": "<string>",
"sha256": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.