KALVEX
AI-Powered Web2 + Web3 Security Platform
Most Popular
Pro
$49/mo
100 scans/day
Enterprise
Custom
Unlimited
⚠ Save this key immediately.
It will not be shown again. Store it in your password manager or .env file.
Pass as header: X-API-Key: your_key
Free Plan
10 scans/day ·
20 CVE lookups/day ·
Web2 + Web3 scanning · Live CVE feed
⬆ Upgrade to Pro
▸ Audit a smart contract
curl -s -X POST https://kalvex.io/api/threat-intel/audit \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"source":"pragma solidity ^0.8.0; contract C {}","contract_name":"C"}'
▸ Scan a web app
curl -s -X POST https://kalvex.io/api/scan \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"target":"https://example.com","type":"web"}'
▸ Check quota status
curl -s https://kalvex.io/api/auth/validate \
-H "X-API-Key: YOUR_KEY"
Try It Now — Paste Solidity, Get Results
Paste Solidity above and click Run Audit