✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request GET \ --url https://modelslab.com/api/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.
POST
curl --request POST 'https://modelslab.com/api/v5/clear_cache' \
{ "key": "" }
Your API Key used for request authorization
Cache clear response
success
"Cache cleared"
Was this page helpful?