Enterprise: Clear API Cache

This endpoint clear api cache

--request POST 'https://stablediffusionapi.com/api/v1/enterprise/clear_cache' \

Make a POST request to https://stablediffusionapi.com/api/v1/enterprise/clear_cache endpoint.

key : Your API Key

Request Body and Example Response

Body Raw
{
 "key": "enterprise_api_key"
}
Example Response
{
"status": "success",
"message": "Cache cleared successfully"
}