⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Cache cleared"
}This endpoint is used to clear the user’s cache.
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"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.
POST request to below endpoint to clear the user’s cache.
curl --request POST 'https://modelslab.com/api/v5/clear_cache' \
{
"key": ""
}
Was this page helpful?