Reports API
Generate security reports programmatically. Executive summaries, technical analysis, compliance reports, and more via REST API.
Base URL
All API requests use the base URL:
https://api.bloodhoundsecurity.ca/v1Overview
The Reports API allows you to generate various security reports from scan data. Reports are generated asynchronously and can be downloaded in multiple formats.
6 Report Types
Comprehensive coverage
Multiple Formats
PDF, HTML, JSON, CSV
Scheduling
Automated delivery
Generate Report
Create a new report from scan data.
POST
/reportsBash
Report Types
executivepdfhtml
High-level summary for leadership
technicalpdfhtmljson
Detailed technical analysis
catalogjsoncsvhtml
Full vulnerability inventory
roadmappdfhtmljson
Prioritized remediation plan
compliancepdfhtml
Compliance framework mapping
financialpdfhtml
Risk quantification in dollars
Get Report
Check report status and download when ready.
GET
/reports/:report_idBash
Scheduled Reports
Schedule recurring reports with automatic delivery via email or webhook.
POST
/reports/schedulesBash
Enterprise Feature
Scheduled reports with email delivery require Pro or Enterprise plans.
Custom Templates
Use custom templates for branded reports.
Bash