GET
/
v1
/
data
/
reports
cURL
curl --request GET \
  --url https://api.statista.ai/v1/data/reports \
  --header 'x-api-key: <api-key>'
{
  "pdf": "<string>",
  "ppt": "<string>",
  "xls": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

id
integer
required

The unique identifier of a content information to be retrieved.

Response

The request has succeeded.

pdf
string

The PDF file of this Report

ppt
string

The PowerPoint file of this Report

xls
string

The Excel file of this Report