MINARA

Extend a factor campaign budget

POST /v1/factors/campaigns/:id/extend-budget — Raises absolute campaign limits with an audited reason and resumes a budget-paused campaign when it has headroom.

POST /v1/factors/campaigns/:id/extend-budget

Raises absolute campaign limits with an audited reason and resumes a budget-paused campaign when it has headroom.

MethodPOST
Path/v1/factors/campaigns/:id/extend-budget
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "extension": { "limits": { "maxCandidates": 60, "maxFullEvaluations": 18 }, "reason": "Explore another low-correlation cluster" } }

Response body

{ "campaign": { "id": "campaign_...", "status": "queued" } }

On this page