API Endpoints
Get Campaign PDF Analysis
The get_campaign_pdf_analysis API allows you to retrieve the analysis report for any of your Saved Campaigns in Campaign Cleaner.
Header:
X-CC-API-Key: Your API Key
Request Body:
campaign:
- id: The campaign id that will be used in other API calls.
Response:
An Application/pdf stream.
POST
/
v1
/
get_campaign_pdf_analysis
Headers
Body
application/json
Response
200 - application/pdf
The response is of type file
.