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.
| Method | POST |
| Path | /v1/factors/tasks/:id/direction-decisions |
| Auth | Authorization: Bearer <token> required |
| Category | research |
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" } }