Quickstart
This guide shows how to upload a file to FileScanner and interpret the response.1) Prepare your request
The API expectsmultipart/form-data with a file field.
If your deployment requires authentication, include:
X-API-Key: <api_key>X-Device-Name: <device_name>
2) Upload and scan
3) Interpret the response
The response includes:has_detectionsandnum_detectionsdetections: list of(engine, detection)tuplesfile_hash:md5_hashandsha256_hashmetadata: extracted details about the file
Next steps
/filescanner/api/scan-file/filescanner/authentication
