Integrate XnoleX automated vulnerability scanning into your CI/CD pipeline, security workflows, and custom dashboards.
https://xnolex.com/api/v11. Register an account and generate an API key from the dashboard settings.
2. Authenticate using your credentials:
curl -X POST https://xnolex.com/api/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"your@email.com","password":"yourpassword"}'3. Use the returned JWT token in subsequent requests:
curl https://xnolex.com/api/v1/targets \
-H "Authorization: Bearer YOUR_JWT_TOKEN"/targetsList all scan targets/targetsCreate a new target/scansStart a new scan/scans/{id}Get scan status and results/findingsList vulnerability findings/reportsList generated reports/reports/generateGenerate a PDF report/healthAPI health check