Request

Send a POST request to below endpoint to verify if a certain model exists on your dedicated server. Specify the model by using the model_id parameter in the request body.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/verify_model' \

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.
model_id
string
required
The ID of the model to be verified.

Body

json
{  
    "key": "enterprise_api_key",  
    "model_id": "ckpt-model"
}