BLACKBIRD provides an extensive API to start, delete, and view scans at any time.
BLACKBIRD provides a REST API to launch, delete, and view scans at any time. But also to seamlessly integrate your Pentesting Suite with your other tooling to parse or pull data easily in JSON.Authentication is done using the X-API-KEY HTTP request header to help us identify your session and account.
Copy
'X-API-Key': '<API_KEY>'
Make sure to treat this key as a secret and never share it with anyone else.