cURL
curl --request POST \ --url https://aquilax.ai/api/v2/scan \ --header 'Content-Type: application/json' \ --header 'X-AX-KEY: <api-key>' \ --data ' { "git_uri": "https://github.com/AquilaX-AI/vulnapp-python", "branch": "main" } '
{ "scan_id": "67e9f3205357d4a0178efde6" }
Start a new source code scan based on a git code base 🚀
Data to submit on your request to Securitron
Git URL to scan
"https://github.com/AquilaX-AI/vulnapp-python"
Git Branch to Scan, if not set then main will be used
main
"main"
Successful response with a structured text output
Scan ID of the new Scan
"67e9f3205357d4a0178efde6"