Skip to main content

Trigger Evaluation

Request:
POST https://public-api.adclear.ai/v1/promotions/{promotionId}/versions/{versionId}/evaluate
Response (202 Accepted):
{
  "evaluationId": "eval-uuid-...",
  "status": "processing"
}
Evaluation is asynchronous. Typical processing time is 30-90 seconds depending on content size and complexity. Results are delivered via webhook. There is no polling endpoint; you must configure a webhook to receive results.