Virus Scan uploaded files using virus total api

0
Hello!   I'm trying to virus scan files while uploading them using virus total and I want to achieve what's explained here : How to protect from malware, using Virus Total and Mendix | by bright A | Mendix Community | Medium I tried this endpoint /file/scan (virustotal.com) but it didn't work and it has no headers and I don't know if it's the one used in this blog How to protect from malware, using Virus Total and Mendix | by bright A | Mendix Community | Medium Could you kindly provide me with the link of the correct one, the one used in the blog given?   Thank you
asked
2 answers
0

Hi Maryam,

 

Maybe this is a good point to good point to get started:

Getting started (virustotal.com)

 

And after that:

Upload a file (virustotal.com)

 

It looks like you need to use 'form-data' on the Request tab in your Call REST action to properly build your request. 

answered
0

Here as you can see :

 

image.png

 

image.png

 

image.png

answered