Generate a factor research configuration
POST /v1/factors/research-configurations/generate — Converts compact research inputs into a reviewable, deterministic configuration draft without creating a task.
POST /v1/factors/research-configurations/generate
Converts compact research inputs into a reviewable, deterministic configuration draft without creating a task.
| Method | POST |
| Path | /v1/factors/research-configurations/generate |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "researchBrief": "Find robust hourly momentum", "assetClass": "crypto", "symbols": ["BTC", "ETH"], "interval": "1h", "objectiveProfileId": "balanced", "budgetPreset": "standard" }Response body
{ "configuration": { "status": "ready", "predictionHorizonPlan": { "mode": "auto", "primary": { "value": 4, "unit": "bars" } } } }Notes
The endpoint performs only bounded interpretation and capability diagnostics. A campaign is created only after the reviewed draft is submitted to the campaign creation endpoint.