Advanced Profanity & Sentiment Filter
收藏RapidAPI2026-02-09 更新2026-02-08 收录
下载链接:
https://rapidapi.com/pixellogic-labs-main-332/api/advanced-profanity-sentiment-filter
下载链接
链接失效反馈官方服务:
资源简介:
Detects bad words, censors content, and analyzes sentiment (positive/negative) in a single API call.
创建时间:
2026-02-09
原始信息汇总
Advanced Profanity & Sentiment Filter API 数据集概述
基本信息
- API名称: Advanced Profanity & Sentiment Filter
- 类别: Text Analysis
- 提供者: PixelLogicLabs
- 订阅者数量: 2
- 流行度评分: 9.3 Popularity
- 服务等级: 100% Service Level
- 延迟: 322ms Latency
- 当前版本: v1
定价计划
- BASIC: $0.00 / mo
- PRO: $4.99 / mo
- ULTRA: $19.99 / mo
API 概述
这是一个一体化内容审核与情感分析API,旨在通过快速的双层分析(结合严格的脏话过滤与高级的情感分析)来阻止有害内容进入数据库。适用于聊天应用、评论区、游戏服务器和用户反馈表单。
主要功能
- 脏话检测: 即时标记攻击性语言、仇恨言论和有害关键词(返回
is_profane: true)。 - 自动审查: 返回文本的净化版本,其中脏话被替换为星号(例如,"This is ****"),省去编写正则表达式过滤器的麻烦。
- 情感分析: 理解用户情绪。获取清晰的标签(
positive、negative、neutral)以及用于反馈排序的精确数值分数。
使用场景
- 聊天与消息应用: 实时自动屏蔽或审查不良语言。
- 用户评论: 自动标记负面评论供支持团队调查。
- 游戏服务器: 保持游戏内聊天环境友好。
- 社交动态: 无需人工审核即可清理评论区。
示例响应
请求: GET /api/check?text=This%20product%20is%20terrible
json { "original": "This product is terrible", "is_profane": false, "censored": "This product is terrible", "sentiment": "negative", "score": -3, "comparative": -0.75 }
该API在一次调用中即可检测脏话、审查内容并分析情感(积极/消极)。



