Create the next factor research round
POST /v1/factors/tasks/:id/rounds — Creates a new round in the same task with a new search direction and prior rejection patterns in context.
POST /v1/factors/tasks/:id/rounds
Creates a new round in the same task with a new search direction and prior rejection patterns in context.
| Method | POST |
| Path | /v1/factors/tasks/:id/rounds |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "direction": "Explore lower-turnover volatility-scaled variants" }Response body
{ "decision": { "taskId": "campaign_root", "sourceRoundId": "campaign_round_1", "createdRoundId": "campaign_round_2" } }