Create a model and its first version
POST/models
Available in development only — the sandbox and production tables are replicas of development, so models cannot be written there.
Mints a new model identifier and stores the supplied body as its first version, as a draft: it is listed and readable in development, and in use nowhere until a version of it is published to an environment.
Request
Responses
- 201
- 401
- 403
- 413
Model created successfully
Missing or invalid bearer token
Token does not carry the management:models:write scope, or models are read-only in this environment
The model is too large to store