MINARA

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.

MethodPOST
Path/v1/factors/tasks/:id/rounds
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "direction": "Explore lower-turnover volatility-scaled variants" }

Response body

{ "decision": { "taskId": "campaign_root", "sourceRoundId": "campaign_round_1", "createdRoundId": "campaign_round_2" } }

On this page