cURL
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
ID of the report
Default response
The response is of type object.
object