Uncover it - Documentation
APIManual

Upload a file

Upload a file to our servers for analysis.

All requests decrement the amount of remaning requests by one

IMPORTANT: Please check the /webhook endpoint earlier to verify if the file already exists

POST
/private/upload

Authorization

Authorization
Authorization<token>

In: header

Request Body

multipart/form-data

file*file
Formatbinary

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.uncoverit.org/private/upload" \  -F file="string"
{
  "blake3hash": "8347c2669ff2a7d5a1c2e73171bec5c36e3ac5654699c20a622ebf24860255c8"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "message": "string"
}