This endpoint creates an exact copy of an existing model (the "root model") identified by its ID. The clone will include all associated metadata, structure, and attributes. Commonly used when building new models based on a previous template or configuration.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/get-root/'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.