Official open-source clients for the TextSight API. Detect AI-generated text from ChatGPT, Claude and Gemini with sentence-level scores, and humanize AI writing, from Python or JavaScript.
| Language | Folder | Install |
|---|---|---|
| Python 3.8+ | python/ |
pip install textsight |
| Node.js 18+ / TypeScript | javascript/ |
npm install textsight |
from textsight import TextSight
print(TextSight().detect("Some text")["verdict"])import { TextSight } from "textsight";
console.log((await new TextSight().detect("Some text")).verdict);Guides: AI detection in Python · AI detector API for Node.js · GPTZero API alternative
Get an API key at app.textsight.ai/signup. Full API reference: textsight.ai/api-docs.html.
Looking for a free AI detector without code? Use TextSight in the browser, an alternative to GPTZero, ZeroGPT, Originality.ai, Undetectable.ai and QuillBot.
MIT licensed.