cURL
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"
The get_campaign_pdf_analysis API allows you to retrieve the analysis report for any of your Saved Campaigns in Campaign Cleaner.
X-CC-API-Key: Your API Key
campaign:
An Application/pdf stream.
Show child attributes
Returns the file in the PDF format
The response is of type file.
file