Get System Details
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/face_gen/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"model_count": 0,
"queue_time": 0
}Face Gen API
System Details
This endpoint is used to get system details of your dedicated server.
POST
/
face_gen
/
system_details
Get System Details
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/face_gen/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"model_count": 0,
"queue_time": 0
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Send aPOST request to below endpoint to get information about your server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/face_gen/system_details' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

