1. Get a credential
Aquila accepts two credential types:- API key. Sign in to the dashboard. Open Settings and copy your key. The
key starts with
aquila_. Aquila creates the key for you at sign-up. - Session cookie. Call the auth endpoints with a browser or a cookie jar. See Authentication.
2. Call the API
Send the key in thex-api-key header. The base URL is
https://aquila.attaxr.com.
See who you are:
3. Start a scan
Create a scan for one target:4. Read the results
- Leads.
GET /api/leadsreturns the hosts and endpoints the scan found.GET /api/leads/topreturns the leads ranked by priority. - Vulnerabilities.
GET /api/vulnerabilitiesreturns confirmed findings. - Reports.
POST /api/reportsqueues a written report for a finding.
Next steps
- Authentication covers every credential type and the role model.
- Rate limits explains which calls draw a budget.
- The API reference lists every endpoint with request and response schemas.

