Request

Send a POST request to below endpoint to sync models of one enterprise server with another server
curl
--request POST 'https://modelslab.com/api/v1/enterprise/sync_models' \

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.
sync_key
string
required
The enterprise API Key of the second server you want to sync with.

Body

json
{  
    "key": "enterprise_api_key",  
    "sync_key": "enterprise_api_key"
}