该API旨在分析大量文本数据,能够快速处理文本以满足特定行业和用例的需求。该工具有助于识别内容是真实的还是虚假的,以支持文本分析和质量。
由Bot API编写的文本检测器使用各种自然语言处理(NLP)技术来分析文本的上下文和情感。该API可以通过概率数字对输入文本的真实性进行分类。
由Bot API编写的文本检测器的主要优势之一是能够实时处理数据,使其非常适合用于聊天机器人、客户服务和电子商务等应用。
该API可以根据特定行业和用例的需求进行定制。例如,在营销领域,它可以用于分析员工文本,以识别改进领域并提供更好的服务。
安全性和隐私是文本分析中的关键问题,由Bot API编写的文本检测器确保用户数据的安全和机密性。该API采用先进的加密和安全措施,以保护用户数据不被未经授权的访问,并确保遵守数据保护法规。
总之,由Bot API编写的文本检测器是一种强大的工具,使用AI算法实时分析和分类不同类型的文本。其快速和准确处理数据的能力使其成为内容审核、聊天机器人、电子商务和其他应用的理想解决方案。该API能够满足不同产业的特定需求,并且可以与其他工具和服务集成,为文本分析和审核提供全面的解决方案。凭借其先进的安全功能,由Bot API编写的文本检测器确保用户数据的安全。
您的API接收什么和提供什么(输入/输出)?
它将接收参数并为您提供JSON。
聊天机器人审核:该API可用于过滤聊天机器人和消息应用程序中的垃圾邮件和不当消息。
社交网络监控:该API可用于监控社交网络评论,以阻止或屏蔽客户账户的用户。
电子邮件过滤:该API可用于自动过滤电子邮件中的垃圾邮件、网络钓鱼或其他恶意内容。
内容审核:该API可用于构建应用程序,自动检测和移除用户生成内容平台(如论坛或在线社区)中的不当内容。
营销:该API可以帮助评估营销行业创建的文本,使其内容更透明。
除了每月的API调用限制外,没有其他限制。
要使用此端点,您必须将要评估的文本插入到引号之间
获取探测器文本 - 端点功能
| 对象 | 描述 |
|---|---|
请求体 |
[必需] Json |
{"patternAnalysis":[{"Fake":0.9822497479617596,"Real":0.017750252038240433},[[0.017750252038240433,851]]],"perplexityAnalysis":[{"perplexity":11.657864570617676,"sentence":"Mahendra Singh Dhoni, popularly known as MS Dhoni, is a legendary cricketer and former captain of the Indian national cricket team."},{"perplexity":9.752975463867188,"sentence":"He is widely regarded as one of the greatest cricketing minds of all time and is considered a true icon of the sport."},{"perplexity":13.842142105102539,"sentence":"Dhoni's journey in cricket has been nothing short of extraordinary, and his achievements both on and off the field have made him a true inspiration to millions of people around the world."},{"perplexity":17.987808227539062,"sentence":"Dhoni was born on July 7, 1981, in Ranchi, a small city in the eastern part of India."},{"perplexity":16.169343948364258,"sentence":"He grew up in a modest household and was a multi-talented athlete from a young age."},{"perplexity":38.342628479003906,"sentence":"Dhoni was particularly interested in cricket, and he spent hours playing with his friends on the streets and in local cricket academies."},{"perplexity":14.757631301879883,"sentence":"His hard work and dedication eventually paid off when he was selected to play for the Bihar Under-19 team."}]}
curl --location --request POST 'https://zylalabs.com/api/1772/text+detector+written+by+bot+api/1413/get+the+detector+text' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"text": "Mahendra Singh Dhoni, popularly known as MS Dhoni, is a legendary cricketer and former captain of the Indian national cricket team. He is widely regarded as one of the greatest cricketing minds of all time and is considered a true icon of the sport. Dhoni's journey in cricket has been nothing short of extraordinary, and his achievements both on and off the field have made him a true inspiration to millions of people around the world. Dhoni was born on July 7, 1981, in Ranchi, a small city in the eastern part of India. He grew up in a modest household and was a multi-talented athlete from a young age. Dhoni was particularly interested in cricket, and he spent hours playing with his friends on the streets and in local cricket academies. His hard work and dedication eventually paid off when he was selected to play for the Bihar Under-19 team."
}'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
每个端点返回一个包含输入文本分析结果的JSON对象 GET端点提供基本评估 而POST端点包括详细的模式和困惑度分析 表明文本为真实或虚假的可能性
POST响应中的关键字段包括“模式分析”,显示“假”的概率和“真实”的概率,以及“困惑度分析”,提供各个句子的困惑度得分,指示它们的复杂性和可预测性
响应数据被结构化为一个JSON对象 它包含“patternAnalysis”和“perplexityAnalysis”的数组 每个数组包含详细分析结果的对象 使其易于解析和在应用程序中使用
两个端点的主要参数是要评估的文本,必须用引号括起来 用户可以通过更改输入文本来定制请求,以分析不同类型的内容
两个端点提供了关于文本真实性的洞察,POST端点通过困惑度评分提供更深入的分析,这有助于评估输入文本中句子的复杂性
数据准确性通过先进的人工智能算法和在多样化数据集上的持续训练得以保持 该API采用质量检查以确保可靠的分析结果,提高输出的可信度
典型的使用案例包括聊天机器人审核以过滤不当信息 社交网络监控以检测垃圾信息 电子邮件过滤以识别恶意内容 以及用户生成平台的内容审核
用户可以利用“模式分析”返回的概率来判断文本的真实性,并使用“困惑度分析”得分来识别可能需要进一步审查或简化的复杂句子
服务级别:
100%
响应时间:
778ms
服务级别:
100%
响应时间:
263ms
服务级别:
100%
响应时间:
920ms
服务级别:
100%
响应时间:
1,808ms
服务级别:
100%
响应时间:
2,041ms
服务级别:
100%
响应时间:
711ms
服务级别:
100%
响应时间:
1,333ms
服务级别:
100%
响应时间:
1,194ms
服务级别:
100%
响应时间:
250ms
服务级别:
100%
响应时间:
2,589ms