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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/get-root/' \
--header'Authorization: Bearer <token>'