MINARA

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.

MethodPOST
Path/v1/factors/campaigns
AuthAuthorization: Bearer <token> required
Categoryresearch

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.

On this page