🎵 NEW: Song Generator API powered by ACE-Step v1.5 - Create full songs with vocals in 50+ languages (30s-8min) 🎶 · Try it now · Read Guide
cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/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/clear_cache' \
{ "key": "enterprise_api_key" }
Your API key
Success
"success"
"Operation completed successfully"
Was this page helpful?