Skip to main content
This endpoint returns models’ IDs and the date/time they have been loaded on your server.

Request

Send a POST request to below endpoint to obtain a list with the available public models and their IDs.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/get_all_models' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.
I