Upload value model

Uploads a new value model version. Validates the content, creates a new version, archives the previous active version, syncs to ClickHouse, and triggers a backfill of all historical signals.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
contentobjectRequired

Full value model configuration: value types, formulas, signals, and overrides.

effectiveFromdatetimeOptional
effectiveTodatetimeOptional

Response

200
idstringformat: "uuid"
Value model version ID.
versioninteger
Monotonically increasing version number.
contentobject

Full value model configuration: value types, formulas, signals, and overrides.

createdAtdatetime
activatedAtdatetime or null
effectiveFromdatetime or null
effectiveTodatetime or null

Errors

400
Bad Request Error
500
Internal Server Error