Clear user cache
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"message": "Cache cleared"
}General APIs
Clear User Cache
This endpoint is used to clear the user’s cache.
GET
/
clear_cache
Clear user cache
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"message": "Cache cleared"
}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 user’s cache.
curl
curl --request POST 'https://modelslab.com/api/v5/clear_cache' \
Body
json
{
"key": ""
}
Was this page helpful?
⌘I

