Execute ClamAV virus scan
documentedRun malware scan on a file.
POST /addons/uc_clamav_virus_scan/execute/Add-Onsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.uploadcare.com/addons/uc_clamav_virus_scan/execute/" \
-X POST \
-H "Accept: application/vnd.uploadcare-v0.7+json" \
-H "Content-Type: application/json" \
-H "Date: {{$date}}" \
-H "Authorization: Uploadcare {{UPLOADCARE_API_KEY}}:{{$signature}}" \
-d '{"target": "{{$target}}", "params": {"purge_infected": {{$purge_infected}}}}'