> ## Documentation Index
> Fetch the complete documentation index at: https://docs.techslayers.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> FileScanner malware scanning API for files.

# FileScanner

FileScanner provides an API endpoint to scan a file for malware and return detection results, file hashes, and extracted
metadata.

<Cards>
  <Card title="Quickstart" icon="rocket" href="/filescanner/quickstart">
    Upload a file and interpret scan results.
  </Card>

  <Card title="Authentication" icon="key-round" href="/filescanner/authentication">
    Optional API key and device headers.
  </Card>

  <Card title="API Reference" icon="braces" href="/filescanner/api/scan-file">
    Full request/response schema for file scanning.
  </Card>
</Cards>

## Base URL

`https://6465762e76312e7363616e.slayers.tech`

## Endpoint

* Scan file: `POST /api/scan`
