Create a factor evaluation algorithm configuration
POST /v1/factors/evaluation-algorithm-configurations — Creates an immutable owner-scoped configuration from fixed evaluator modules. Arbitrary statistical code is not accepted
POST /v1/factors/evaluation-algorithm-configurations
Creates an immutable owner-scoped configuration from fixed evaluator modules. Arbitrary statistical code is not accepted.
| Method | POST |
| Path | /v1/factors/evaluation-algorithm-configurations |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "configuration": { "id": "custom-predictive", "name": "Custom Predictive", "version": 0, "evaluatorId": "time-series", "mode": "diagnostic", "modules": [] } }Response body
{ "configuration": { "id": "custom-predictive", "version": 1, "checksum": "..." } }