Skip to main content
API 状态:所有系统运行正常

AI 驱动的 内容审核 API

用行业领先的内容审核能力守护你的平台安全。通过简单的 API 调用,即可检测 spam、NSFW 内容、有害消息等。

免费开始使用
无需信用卡
99.8% 准确率

轻松集成

通过直观的 REST API,几分钟即可开始使用。只需一次 POST 请求,就能检查任意内容。

  • 开始使用无需信用卡
  • 免费 Basic 套餐永久可用
  • 简单的 REST API 集成
  • 99.9% 可用性 SLA
  • 符合 GDPR 要求
  • 套餐低至 $4.99/month
// Check content with Discuse API
const response = await fetch('https://api.discuse.com/api/v2/check', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    content: {
      text: 'Hello, this is a test message!',
      image_urls: ['https://example.com/image.jpg']
    }
  })
});

const result = await response.json();
console.log(result.has_violations); // false
console.log(result.results.sentiment); // { toxic: 0.02, ... }
学习中心

掌握内容审核

探索我们关于 AI 内容审核、最佳实践和实施策略的完整指南,充分发挥 Discuse API 的价值。

准备好保护你的平台了吗?

加入数千名正在使用 Discuse 守护社区安全的开发者。从免费套餐开始,随业务增长灵活扩展。