Early access · Free to start

Detect AI-generated content
at scale

A unified API for detecting AI-generated text and images. Multi-stage ML pipeline with Binoculars, RoBERTa, and ViT classifiers. Built for developers, newsrooms, and compliance teams.

100 scans/month free · No credit card required

97%+

Text detection accuracy

<600ms

Median latency (GPU)

20+

Languages supported

3-stage

Detection pipeline

Simple API

One endpoint for everything

Send text or images to a single REST endpoint. The pipeline automatically selects the right detectors and returns a structured result with per-stage scores and a plain-English explanation.

  • Text and image modalities in one API
  • Batch up to 100 items per request
  • Every result is fully explainable
  • CPU heuristics + GPU ML models

Request

curl -X POST https://truthlens-api.fly.dev/v1/detect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "modality": "text",
    "input_type": "raw_text",
    "content": "The quick brown fox jumps over the lazy dog."
  }'

Response

{
  "id": "a1b2c3d4-...",
  "verdict": "human",
  "confidence": 0.12,
  "explanation": "Content shows human-like writing patterns.",
  "details": {
    "heuristic_score": 0.18,
    "binoculars_score": 0.09,
    "roberta_score": 0.11,
    "stages": {
      "heuristics": true,
      "binoculars": true,
      "roberta": true
    }
  },
  "latency_ms": 547
}

Built for production

A full detection stack — not just a classifier.

Text Detection

Multi-stage pipeline: heuristics + Binoculars (Falcon-7B) + RoBERTa. Works on 20+ languages.

Image Detection

Detect AI-generated images from DALL-E, Midjourney, Stable Diffusion via metadata, FFT, and ViT classifier.

Batch API

Process up to 100 items per request. 10 concurrent workers. Results returned in input order.

Multilingual

Automatic language detection. Supports English, Spanish, French, Arabic, Chinese, Japanese, and more.

Enterprise-ready

API key management, rate limiting, usage analytics, and per-request scan history.

Explainable

Every result comes with per-stage scores, feature breakdowns, and a human-readable explanation.

Simple pricing

Start free. Pay only when you grow.

Free
$0/mo

100 scans/mo

  • Text + Image detection
  • API access
  • Web dashboard
  • Scan history
Most popular
Starter
$19/mo

5,000 scans/mo

  • Everything in Free
  • Batch API (100 items/req)
  • Python & Node SDKs
  • $0.005/extra scan
Pro
$49/mo

25,000 scans/mo

  • Everything in Starter
  • Webhooks
  • Priority GPU queue
  • $0.003/extra scan

Ready to detect AI content?

Sign up in seconds. 100 free scans. No credit card required.