Overview
Download the complete token transparency framework report as a PDF file. This endpoint returns the full transparency report document that contains detailed analysis, scores, and supporting documentation for the specified project.Example Request
Response Format
This endpoint returns binary data with the following characteristics:Property | Value |
---|---|
Content-Type | application/pdf |
Content-Disposition | attachment; filename="project-name-transparency-report.pdf" |
Response Body | Binary PDF data |
Supported Options
Name | Type | Details |
---|---|---|
id | path | The ID of the transparency report to download |
Usage Notes
- File Handling: The response contains binary PDF data that should be saved directly to a file or handled as a blob
- Filename: Extract filename from
Content-Disposition
header or use a default name - Browser Usage: Use
blob()
method andURL.createObjectURL()
for browser downloads - Server Usage: Write binary content directly to filesystem
Report Contents
The downloaded PDF contains:- Executive Summary: Overview of transparency score and key findings
- Detailed Scoring: Breakdown of all four categories with explanations
- Project Analysis: In-depth review of team, tokenomics, and governance
- Supporting Documentation: Links and references to source materials
- Methodology: Explanation of scoring criteria and framework
See also
Authorizations
Path Parameters
Response
PDF file download
The response is of type file
.