How it works
1
Upload your file
Send the file to the File API. It returns an
uploadId. Skip this step for inline text or HTML.2
Create a promotion
Reference the
uploadId and classify the content by product, channel, and jurisdiction on the Adclear API.3
Trigger an evaluation
Start the asynchronous compliance review for that version of the promotion.
4
Receive the result
Adclear posts the result to your webhook endpoint when the evaluation finishes, or you can poll for it.
The two services
Your integration talks to two services that share a single API key.File API
files.adclear.aiResumable chunked file upload and upload-status tracking.Adclear API
public-api.adclear.aiPromotions, evaluations, reference data, and outbound webhooks.Key concepts
Supported file formats
Files over the size limit are rejected at upload initiation with
413 Payload Too Large.
Quickstart
Run your first evaluation end to end in under 10 minutes.
Authentication
Set up your API key, headers, and environment.