🛡️ API安全审核代理

✅ 服务运行中

📡 API 调用方式

路径代理模式

https://safe-api.999690.xyz/proxy/openai/v1/chat/completions
→ 代理到 → https://api.openai.com/v1/chat/completions

直接URL代理模式

https://safe-api.999690.xyz/proxy/https://api.openai.com/v1/models
→ 代理到 → https://api.openai.com/v1/models

🔧 内置工具

🔒 加密工具 🔓 解密工具

/api/encryption - 加密API接口 (POST)

/api/decryption - 解密API接口 (POST)

🔍 iMin 审核 API

审核请求示例

GET https://apiv1.iminbk.com/?word={URL编码内容}
GET https://apiv1.iminbk.com/base64?word={Base64编码内容}

响应格式

{
  "status": "done",
  "verdict": "malicious | security",
  "rule_id": "string",
  "data": {
    "descr": "违规描述",
    "match_string": "匹配内容"
  }
}