Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextSight SDK: AI detector and AI humanizer API clients

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.

About

Python & JavaScript client for the TextSight AI detector and AI humanizer API

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages