Get started
Before you begin
Before you begin, ensure you have the following:- A way to generate the required JSON data for the report. This is usually done by using the Copyleaks API to perform a scan and then exporting the results.
- A publicly accessible server to host the JSON data file.
Generate the JSON data
The Hosted Web Report requires a JSON file with a specific structure. This file contains all the necessary information to render the report correctly.For a detailed explanation of the JSON data structure, refer to the JSON Schema reference.
Host the JSON file
The JSON file must be hosted on a publicly accessible server. The URL of this file will be used to load the report.Embed the report
You can embed the Hosted Web Report in your application using an<iframe> or by opening it in a new window. The URL for the report is:https://report.sand-box.info/v2.0/preview?params=<YOUR_JSON_FILE_URL>Replace <YOUR_JSON_FILE_URL> with the URL of the JSON file you hosted in the previous step.Example
Next steps
Export Detailed Results
Learn how to export the results of a scan to generate the JSON data for the report.
Webhooks Overview
Explore the different customization options available for the Hosted Web Report.

