Working with the API

In the "Get Started" section, you can use the Cloud MultiScanner API to automatically and efficiently analyze suspicious files. This feature allows you to submit files for scanning and retrieve analysis results programmatically without needing to log in to the web interface.

Since the Cloud Multi-Scanner is built on a REST-API architecture, it is fully compatible with all programming languages. This page provides usage examples across several common tools and platforms:

  1. CURL: Submit files and retrieve results using simple terminal or CMD commands
  2. PowerShell: Ideal for Windows users who want to automate scanning through scripting
  3. Python, PHP, Node.js: Sample implementations for integrating the scanner into your applications

To use the API, you will need to call the following two endpoints:

  1. Scan Request: Sends a file or URL to the cloud engine for analysis
  2. Result Request: Retrieves the final report, including malware detections, threat signatures, and risk levels

Note: To use these endpoints, you must obtain your API Key from the account dashboard. This key uniquely identifies your account and must be included securely in all API requests.

 

Can't find an answer? Are you looking for a specific article that is in the General Questions section? Just browse through the various related folders and categories and then you will find the article you are looking for.
Copyright © Cyberno Inc. All rights reserved.