What can I scan with the CyberLens API?
The documented API starts a website security scan for a URL that you own or are authorized to assess. Review the returned evidence and scope before treating a result as a complete security assessment.
Developer API
Integrate CyberLens website security scans into your application or delivery workflow. Start a URL scan programmatically, poll for the evidence-backed result, and use a webhook when your workflow needs one.
The REST API starts security scans for URLs you are authorized to assess and returns JSON results after the scan completes.
API requests use an X-API-Key header. Keep that key in server-side environment variables or another secure secret store; do not expose it in browser-delivered code.
The documented API starts a website security scan for a URL that you own or are authorized to assess. Review the returned evidence and scope before treating a result as a complete security assessment.
Store the key in a server-side environment variable or secure secret store and send it only in the X-API-Key header. Do not include it in client-side JavaScript or other browser-delivered code.
CyberLens AI guidance is informed by established security standards and public vulnerability intelligence.