Authentication
FileScanner supports optional authentication headers.Headers
X-API-Key: <api_key>(optional)X-Device-Name: <device_name>(optional)
apikey, devicename) instead of headers.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Optional API key and device headers for FileScanner.
X-API-Key: <api_key> (optional)X-Device-Name: <device_name> (optional)apikey, devicename) instead of headers.
curl -X POST "https://6465762e76312e7363616e.slayers.tech/api/scan" \
-H "X-API-Key: $FILESCANNER_API_KEY" \
-H "X-Device-Name: $FILESCANNER_DEVICE_NAME" \
-F "file=@/path/to/file"
