Skip to main content
POST
Import company model configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Serialized company model configuration for export/import.

API keys are never included. Import is idempotent: existing assignments are skipped.

version
integer
default:1

Config format version.

assigned_models
CompanyModelEntry · object[]

Models assigned to the company.

Response

Outcome of an import: which models were newly assigned, already assigned, or unresolvable.

assigned
string[]

Technical names newly assigned to the company.

skipped
string[]

Technical names already assigned — left untouched.

errors
string[]

Entries that could not be resolved, with a reason.