Enterprise: Update Server Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/text-to-video-ultra/update_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Text to Video Ultra API
Update Server
This endpoint is used to update your dedicated server.
POST
/
text-to-video-ultra
/
update_server
Enterprise: Update Server Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/text-to-video-ultra/update_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Request
Send aPOST request to below endpoint to update your dedicated server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/ultra_video/update_server' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

