ZeroGPT AI Text Detector API
收藏资源简介:
High-accuracy AI text detection powered by ZeroGPT. Detects ChatGPT, GPT-4o, Claude 3, Gemini, LLaMA, and AI-generated text with sentence-level analysis and word counts.
ZeroGPT AI Text Detector API
数据集概述
ZeroGPT AI Text Detector API 是一个企业级人工智能文本验证网关,用于检测AI生成的文本内容,包括论文、文章、博客帖子、学术论文和对话回复。该API基于ZeroGPT的多层次检测架构(结合机器学习模型、困惑度分析、逐句高亮和统计文本指标),可对自然语言内容进行分析,输出精确的AI百分比分数、人类概率、分类判定及详细的句子证据分解。
核心功能
- AI生成文本检测:能够识别由OpenAI ChatGPT(GPT-3.5/GPT-4)、GPT-4o、Claude 3(Haiku、Sonnet、Opus)、Google Gemini、Meta LLaMA 3、Mistral及QuillBot改写文本等生成的内容。
- 灵活的输入负载支持:支持JSON负载(
input_text、text、content)或GET查询参数。 - 句子级高亮:返回AI生成句子(
ai_sentences)与人工编写句子(human_sentences)的精确数组。 - 全面的统计指标:提供
ai_percentage、human_percentage、ai_words、total_words、verdict和language分类。
应用场景
- 教育科技与学术诚信:审查学生论文、作业提交和研究论文中未披露的AI辅助内容。
- 出版与内容营销:验证自由撰稿人提交的博客文章、SEO文章、新闻稿和文案。
- 信任与安全/用户生成内容审核:筛选用户论坛帖子、评论和社区提交内容,以防止自动化AI垃圾信息。
- 招聘与人才获取:审核候选人简历、求职信和评估回复是否为AI生成。
决策规则
若 is_ai_generated === true 或 ai_percentage >= 50.0,则标记该文本提交以供人工审查,或自动限制合成文本内容。
解决的问题
- 接收来自内容自由撰稿人的通用ChatGPT生成文章和垃圾信息。
- 人工检查学术论文和求职信速度慢且不一致。
- 缺乏逐句证据向客户或学生证明AI生成内容。
输出JSON格式示例
json { "success": true, "is_ai_generated": true, "ai_percentage": 100.0, "human_percentage": 0.0, "total_words": 69, "ai_words": 69, "verdict": "Your Text is AI/GPT Generated", "ai_sentences": [ "Artificial intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions." ], "human_sentences": [], "special_indexes": [], "language": "en", "additional_feedback": "", "details": { "textWords": 69, "aiWords": 69, "fakePercentage": 100.0, "isHuman": 0.0, "feedback": "Your Text is AI/GPT Generated", "detected_language": "en" } }
错误处理
若提供空文本字符串或缺少参数,将返回如下错误响应:
json { "success": false, "error": "Missing required parameter: "input_text" string cannot be empty.", "status": 400 }
API信息
- 类别:文本分析
- 服务级别:100%
- 延迟:2299毫秒
- API创建者:dev00
- 订阅方案:BASIC($0.00/月)、PRO($19.99/月)、ULTRA($99.99/月)、MEGA($499.99/月)
关键词
ai text detector、chatgpt detector、gpt-4o checker、claude detector、ai essay checker、fake text detector、academic integrity、zerogpt api、content moderation、ai content detector



