清楚缓存
POST
https://stablediffusionapi.com/api/v1/enterprise/clear_cache该端点用于清除API的缓存。
POST
向 https://stablediffusionapi.com/api/v1/enterprise/clear_cache 接口发送请求以清除 API 的缓存。
请求参数
Body 参数application/json
key
string
必需
您用于请求授权的企业API Key
示例
{
"key": "enterprise_api_key"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
message
string
必需
示例
{
"status": "success",
"message": "Cache cleared successfully"
}
最后修改时间: 1 年前