Enterprise: Clear API Cache Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/super-resolution/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Super Resolution API
Clear Cache
This endpoint is used to clear the API’s cache.
POST
/
super-resolution
/
clear_cache
Enterprise: Clear API Cache Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/super-resolution/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}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 clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/super_resolution/clear_cache' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

