Everything you need to integrate Digicrypsis programmatically.
Generate an API key from your Digicrypsis dashboard settings.
Link your GitHub, GitLab, or Bitbucket repository.
Trigger a SAST+DAST scan via API or CLI.
Receive prioritized findings via API response or webhook.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.digicrypsis.com/v1/scans
POST /v1/scans
{
"repo": "github.com/org/app",
"type": ["sast", "dast"],
"branch": "main"
}
Full RESTful API with comprehensive endpoints for scans, findings, remediation, and reporting.
View REST Docs →Real-time notifications for scan completions, new findings, and remediation status changes.
Webhook Guide →Command-line interface for local scanning, CI/CD integration, and scripted workflows.
CLI Reference →VS Code and IntelliJ extensions for real-time vulnerability detection while coding.
Extension Docs →