CypherScan logo
CypherScan
by CypherNet

CypherScan API

Scan files before they hit production

Use the CypherScan API to scan files for malware, exposed secrets, and risky patterns before they enter your application or deployment pipeline.

Get your API key instantly

No password required. Create your key and start scanning right away.

API keys stay private in your dashboard.

Need help integrating?

Ask questions or get setup help in the CypherNet Security Discord.

Using Strapi?

Install the CypherScan Strapi plugin to scan uploads directly inside your CMS workflow.

See real detection examples

Explore realistic examples of exposed secrets, malware indicators, suspicious ZIP uploads, and risky payloads detected by CypherScan.

Endpoint

POST https://cyphernetsecurity.com/api/v1/scan

Headers

Authorization: Bearer YOUR_API_KEY

Example

curl -X POST https://cyphernetsecurity.com/api/v1/scan \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@test.zip"

API keys remain private in your dashboard.