Generate factor research goal suggestions
POST /v1/factors/research-brief-suggestions — Generates four editable time-series factor research goals for the selected angle and market context. Front-end-internal.
POST /v1/factors/research-brief-suggestions
Generates four editable time-series factor research goals for the selected angle and market context. Front-end-internal.
| Method | POST |
| Path | /v1/factors/research-brief-suggestions |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "angle": "trend_momentum", "assetClass": "crypto", "symbols": ["BTCUSDC"], "interval": "1h", "language": "en", "existingBrief": "Optional starting point" }Response body
{ "suggestions": [ { "title": "Robust hourly momentum", "brief": "Test whether...", "angle": "trend_momentum" } ] }