Update Server
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/faceswap/update_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'Face Swap API
Update Server
This endpoint is used to update your dedicated server.
POST
/
faceswap
/
update_server
Update Server
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/faceswap/update_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'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 update your dedicated server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/faceswap/update_server' \
Body
json
{
"key": "enterprise_api_key"
}
Body
application/json
Your API key
Response
Server updated successfully
Was this page helpful?
⌘I

