Create a factor research campaign
POST /v1/factors/campaigns — Creates a bounded, durable factor research campaign from a complete FactorResearchSpec.
POST /v1/factors/campaigns
Creates a bounded, durable factor research campaign from a complete FactorResearchSpec.
| Method | POST |
| Path | /v1/factors/campaigns |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "spec": { "researchBrief": "Find robust hourly momentum", "researchMode": "time_series", "assetClass": "crypto", "universe": { "kind": "symbols", "symbols": ["BTCUSDT"] }, "interval": "1h" } }Response body
{ "campaign": { "id": "campaign_...", "status": "queued", "stage": "intake" } }Notes
Cross-sectional mode is reserved and currently returns not_supported. Creation never approves a factor, deploys a strategy, trades, or moves funds.