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
Successful response with a structured text output
The response is of type object.
object