Create a factor optimization objective profile
POST /v1/factors/objective-profiles — Stores a new immutable version of optimization objective profile.
POST /v1/factors/objective-profiles
Stores a new immutable version of optimization objective profile.
| Method | POST |
| Path | /v1/factors/objective-profiles |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "profile": { "id": "custom-robust", "version": 1, "name": "Custom Robust", "checksum": "..." } }Response body
{ "profile": { "id": "custom-robust", "version": 1 } }