PDF Report Generation
Endpoints related to report generation
Generates PDF Reports
POST
https://api.vscanner.ai/v1/api/reports/generate
Request Body
report_type*
String
What type of report to generate. Accepted values can be found on the table below.
scan_id*
String
Scan ID of the desired scan to generate the report
target_url*
String
The URL of the target to be displayed in the report
language
String
The desired language of the report, the supported ones are: "pt" (Brazilian Portuguese) and "en" (English)
color_theme_hex
String
The hex value for the desired theme color
logo
String
A link to the public URL of your logo
VScanner API allows you to generate Whitelabel PDF reports with your custom theme color and logo. You can choose two types of reports to generate
Whitelabel Report: A professionally branded PDF report with customizable theme colors and your organization's logo. This report is designed for easy readability, highlighting critical vulnerabilities and valuable insights at a glance, making it ideal for presentations or sharing with stakeholders.
Action Report: An AI-generated PDF that provides a detailed, step-by-step plan to address detected vulnerabilities. It prioritizes actionable insights, offering practical recommendations to help you efficiently resolve security issues and strengthen your defenses.
Currently VScanner supports the following report types values:
COMMERCIAL_RISK_REPORT
ACTION_REPORT
The response will be a PDF file.
Example Python Code:
Example cURL:
Last updated