POST
/
api
/
v2
/
public
/
scan
curl --request POST \
  --url https://aquilax.ai/api/v2/public/scan \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "options": {
    "depth": 123,
    "include_submodules": true
  }
}'
{
  "scan_token": "<string>",
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Body

application/json

Schema for initiating a new scan.

url
string

The URL of the public Git repository to scan.

options
object

Optional parameters for the scan.

Response

200 - application/json
Scan initiated successfully

Schema for scan response.

scan_token
string
status
string
created_at
string