POST
/
v1
/
get_campaign_pdf_analysis
curl --request POST \
  --url https://api.campaigncleaner.com/v1/get_campaign_pdf_analysis \
  --header 'Content-Type: application/json' \
  --data '{
  "campaign": {
    "id": "{{campaign_id}}"
  }
}'
"PDF File Download"

Headers

X-CC-API-Key
string

Body

application/json
campaign
object

Response

200 - application/pdf
Returns the file in the PDF format

The response is of type file.