Hackura
Sentinel AI
K

Examples

End-to-end examples

These examples show how the docs, CLI, dashboard, and API fit together in a production workflow.

Scan example

Request
curl -X POST https://api.hackura.app/scan/url \
-H 'Content-Type: application/json' \
-d '{"url":"https://example.com","use_graph":true}'

Dashboard preview

The dashboard provides a clean triage workspace with scan history, result summaries, and graph exploration.

Graph preview

Graphs reveal clusters, redirect chains, and shared infrastructure so patterns become visible faster.

Automation

Tip

Use the API for CI, the CLI for local triage, and the dashboard for human review.