cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/video/clear_cache \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>" }'
{ "status": "success", "message": "Operation completed successfully" }
This endpoint is used to clear the API’s cache.
POST
--request POST 'https://modelslab.com/api/v1/enterprise/video/clear_cache' \
{ "key": "enterprise_api_key" }
Your API key
Success
"success"
"Operation completed successfully"
Was this page helpful?