PDF Report Generation
Endpoints related to report generation
Generates PDF Reports
POST
https://api.vscanner.ai/v1/api/reports/generate
Request Body
Name | Type | Description |
---|---|---|
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.
Currently VScanner supports the following report types values:
report_type |
---|
COMMERCIAL_RISK_REPORT |
SUMMARIZED_REPORT (Coming soon) |
The response will be a PDF file.
Example Python Code:
Example cURL:
Last updated