MINARA

Choose the next factor research direction

POST /v1/factors/tasks/:id/direction-decisions — Records a strategy direction at a task checkpoint and creates the next round without creating a new task.

POST /v1/factors/tasks/:id/direction-decisions

Records a strategy direction at a task checkpoint and creates the next round without creating a new task.

MethodPOST
Path/v1/factors/tasks/:id/direction-decisions
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "direction": "Change the signal family while preserving the data domain" }

Response body

{ "decision": { "taskId": "campaign_root", "createdRoundId": "campaign_round_2", "direction": "Change the signal family while preserving the data domain" } }

On this page