Skip to main content
For developers · Preview

The AI detection API engineering teams will keep.

Industry-leading accuracy. Trained on 2 billion+ samples. Real-time analysis. OpenAPI 3.1 spec, official JavaScript + Python SDKs, webhook fan-out. Public API launching soon — sign up to be first in line.

import { createClient } from '@deepaidetector/client';

const client = createClient({ apiKey: process.env.DEEPAIDETECTOR_KEY });
const r = await client.detect({ text: 'Paste the prose you want to check...' });

console.log(r.score, r.band);
//          0.873  'definitely_ai'

Industry-leading accuracy

Advanced AI detection model trained on 2 billion+ samples. Catches ChatGPT, Claude, Gemini, Llama, Mixtral, DeepSeek, Qwen, GLM, and paraphrased rewrites. Confidence band returned on every response.

Per-sentence verdicts

Sentence-level breakdown returned on every response. Show users exactly which lines look AI-generated. Defensible in academic, editorial, and HR contexts.

20+ languages, automatic

Submit any supported language — we detect the source and score it. No flag, no per-language quota. The verdict is for the original text.

Multi-source plagiarism

Plagiarism detection across the open web, academic databases, and reference works. One JSON call returns matched passages with similarity scores.

Webhooks

detection.completed, plagiarism.completed, subscription.*, balance.low. HMAC-SHA256 signed, 7 retries over 72h.

Pricing quote on every call

Every response shows per-word vs per-detection cost — pick the cheaper mode automatically.

SDKs

LanguagePackageInstallStatus
JavaScript / TypeScript@deepaidetector/clientnpm i @deepaidetector/clientGA
Pythondeepaidetectorpip install deepaidetectorGA
Go— use net/httpSee API docs sampleSample
Ruby— use Net::HTTPSee API docs sampleSample
PHP— use cURLSee API docs sampleSample
C#— use HttpClientSee API docs sampleSample

What you can build

  • Classroom integrity tooling. Bulk-scan student submissions; surface the per-passage breakdown to make academic appeals defensible.
  • Content marketplaces. Vet contributor submissions before they hit the editorial queue. Webhook fan-out into Slack / Linear.
  • Editorial QA. Score every article before it ships; flag anything above your AI-percent threshold for human review.
  • Affiliate / SEO platforms. Check syndicated articles against your AI policy in real time. Cache hits are free.
  • Customer support quality. Detect canned AI-generated agent replies in QA samples.
  • Trust & safety pipelines. Score user-generated content; pair with plagiarism to identify scraped/repurposed material.

Spec-first

The OpenAPI 3.1 spec at /openapi.yaml is the source of truth. Both SDKs are generated from it; the human docs, Postman collection, and SDK types are kept in lockstep.

Versioning is conservative: v1 is frozen for at least 6 months before deprecation, and we ship a v2 shoulder-by-shoulder with the old version. Subscribe to the changelog for additive changes.

Coming soon

Public API launching soon

We're finishing the rate-limit infrastructure and SDK polish. Drop your email and we'll send the launch announcement (with starter credit) the moment keys go live.

Today: the web dashboard, exports, per-passage highlights, and word-pack credits all work across the paid tiers.