Detector.io & Winston AI Content Detector - $6/1k checks avatar

Detector.io & Winston AI Content Detector - $6/1k checks

Pricing

$6.00 / 1,000 ai detection checks

Go to Apify Store
Detector.io & Winston AI Content Detector - $6/1k checks

Detector.io & Winston AI Content Detector - $6/1k checks

โœ… High-accuracy dual AI content detection powered by Detector.io & Winston AI ($6.00/1k checks). โœ… Sentence-by-sentence breakdown, exact AI scores for ChatGPT (GPT-4o/5), Claude 3.5, Gemini & DeepSeek.

Pricing

$6.00 / 1,000 ai detection checks

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Detector.io & Winston AI Content Detector & ChatGPT Checker - Apify Actor

High-accuracy dual neural AI content detection & LLM authorship checker powered by Detector.io and Winston AI classification engines. Accurately analyzes text with sentence-by-sentence granularity to verify human vs AI authorship across ChatGPT (GPT-4o, GPT-5, o1/o3), Claude 3.5 Sonnet, Google Gemini, DeepSeek-R1, Llama 3, and AI paraphrasers with exact percentage scores, detailed provider breakdowns, and sentence highlights.


๐Ÿ’ฐ Pricing & Billing Model

  • Price: $6.00 per 1,000 checks ($0.006 per analyzed text check).
  • Billing Type: Pay-per-usage / Pay-per-result โ€” you only pay for successful detection scans.
  • No Hidden Compute Overhead: Fast execution with ultra-low memory footprints.

๐Ÿš€ Key Features

  • Dual AI Detection Engines: Combines deep neural analysis from Detector.io and Winston AI for maximum classification precision and redundancy.
  • Sentence-by-Sentence Breakdown: Returns exact sentence highlights (startIndex, endIndex, score, label) showing exactly which sentences are flagged as AI or human.
  • Overall AI Score & Verdict: Delivers an aggregated overallScore (0โ€“100%) and clear categorical verdict (ai, human, mixed).
  • Multi-Model LLM Classification: Accurately classifies text generated across all major foundation models including OpenAI (GPT-4o/mini, GPT-5, o1), Anthropic (Claude 3.5 Sonnet), DeepSeek-R1, Google Gemini, and Meta Llama 3.
  • Short-Text Auto-Adaptation: Automatically adapts single sentences and short paragraphs so your scans never fail due to word count constraints or minimum character limits.
  • Flattened Dataset & Key-Value Output: Automatically saves the full JSON payload to Key-Value Store (OUTPUT) and outputs structured data rows to the default dataset.

โšก Multi-Model AI Classification Coverage

This Actor inspects submissions against all major artificial intelligence models:

1. OpenAI Foundation Models

  • Supported: ChatGPT, GPT-4o, GPT-4o-mini, GPT-4 Turbo, GPT-5, OpenAI o1, OpenAI o3, and legacy GPT-3.5.
  • Output Forensics: Identifies characteristic GPT structural pacing and robotic transitions.

2. Anthropic Claude Models

  • Supported: Claude 3.5 Sonnet, Claude 3.5 Haiku, Claude 3 Opus, and Claude 4.
  • Output Forensics: Detects Claude-style nuanced hedges and corporate prose rhythm.

3. DeepSeek Reasoning Models

  • Supported: DeepSeek-R1, DeepSeek-V3, and DeepSeek Coder.
  • Output Forensics: Flags algorithmic step-by-step reasoning structures.

4. Google Gemini & Meta Llama

  • Supported: Gemini 1.5 Pro/Flash, Llama 3 (8B, 70B, 405B), Llama 3.1, and Llama 3.3.

๐ŸŽฏ Use Cases

  • Academic Integrity & Higher Education: Screen student admissions essays, research papers, literature reviews, and assignments for generative AI contributions.
  • SEO Content Auditing & Publishing: Audit freelance copywriters, blog posts, affiliate reviews, and news articles to maintain domain authority and avoid low-effort spam penalties.
  • Recruitment & Talent Screening: Verify candidate cover letters, take-home writing assignments, and technical interview responses.
  • Marketplace & Forum Moderation: Screen user-generated content, fake reviews, and automated bot discussions.

๐Ÿ“ฅ Input JSON Examples

Standard Text Check

{
"text": "In today's fast-paced digital era, the convergence of artificial intelligence and machine learning represents a transformative milestone in modern technology. Generative language models, such as GPT-4 and Claude, leverage deep transformer architectures to process vast datasets and generate human-like prose with remarkable coherence."
}

๐Ÿ“ค Dataset Output Format

{
"success": true,
"text": "In today's fast-paced digital era, the convergence of artificial intelligence and machine learning represents a transformative milestone in modern technology. Generative language models, such as GPT-4 and Claude, leverage deep transformer architectures to process vast datasets and generate human-like prose with remarkable coherence.",
"overallScore": 100,
"verdict": "ai",
"providers": [
{
"name": "Home Provider",
"score": 100,
"aiScore": 100,
"mixedScore": 0,
"humanScore": 0,
"sentenceHighlights": [
{
"text": "In today's fast-paced digital era, the convergence of artificial intelligence and machine learning represents a transformative milestone in modern technology.",
"startIndex": 0,
"endIndex": 158,
"score": 100,
"label": "ai"
},
{
"text": "Generative language models, such as GPT-4 and Claude, leverage deep transformer architectures to process vast datasets and generate human-like prose with remarkable coherence.",
"startIndex": 100,
"endIndex": 275,
"score": 100,
"label": "ai"
}
],
"hasReasoning": false
},
{
"name": "Winston AI",
"score": 100,
"aiScore": 100,
"mixedScore": 0,
"humanScore": 0,
"sentenceHighlights": [
{
"text": "In today's fast-paced digital era, the convergence of artificial intelligence and machine learning represents a transformative milestone in modern technology.",
"startIndex": 0,
"endIndex": 158,
"score": 100,
"label": "ai"
},
{
"text": "Generative language models, such as GPT-4 and Claude, leverage deep transformer architectures to process vast datasets and generate human-like prose with remarkable coherence.",
"startIndex": 159,
"endIndex": 334,
"score": 100,
"label": "ai"
}
],
"hasReasoning": false
}
],
"sentences": [
{
"text": "In today's fast-paced digital era, the convergence of artificial intelligence and machine learning represents a transformative milestone in modern technology.",
"isFirstInParagraph": false,
"formatting": null
},
{
"text": "Generative language models, such as GPT-4 and Claude, leverage deep transformer architectures to process vast datasets and generate human-like prose with remarkable coherence.",
"isFirstInParagraph": false,
"formatting": null
}
],
"chunking": {
"chunked": false,
"chunksCount": 1,
"providerCallsCount": 2,
"failedChunksPerProvider": {},
"totalWords": 43
},
"wordInfo": {
"processedWords": 43,
"totalWords": 43,
"truncated": false,
"limit": 1000
},
"scanned_at": "2026-09-02T09:15:00.000Z"
}

โš ๏ธ Failure Context & Error Handling

If the text parameter is omitted or empty:

{
"success": false,
"error": "Missing required parameter: 'text' cannot be empty."
}

๐Ÿท๏ธ Keywords

winston ai, winston ai detector, detector.io, detector io ai detector, chatgpt detector, ai content detector, claude ai detector, gemini detector, deepseek detector, plagiarism checker, ai text checker, turnitin alternative, gptzero alternative, apify actor.