curl --request GET \
--url https://api.messari.io/diligence/v1/public/report/pdf/{id} \
--header 'X-Messari-API-Key: <api-key>'
{
"data": {
"pdfUrl": "<string>",
"ttl": "<string>"
},
"error": "<string>"
}
Returns a report PDF by its report ID
curl --request GET \
--url https://api.messari.io/diligence/v1/public/report/pdf/{id} \
--header 'X-Messari-API-Key: <api-key>'
{
"data": {
"pdfUrl": "<string>",
"ttl": "<string>"
},
"error": "<string>"
}
ID of the report
Default response
The response is of type object
.