Download Latest Version textsight-sdk-0.1.0.zip (18.4 kB) Google Add to Preferred Sources
Home
Name Modified Size InfoDownloads / Week
README.md 2026-09-21 773 Bytes
textsight-sdk-0.1.0.zip 2026-09-21 18.4 kB
Totals: 2 Items   19.2 kB 1

TextSight SDK 0.1.0: AI detector and AI humanizer API client

Free, open-source Python and JavaScript clients for the TextSight API. Detect AI-generated text from ChatGPT, Claude and Gemini with sentence-level scores, and humanize AI writing.

Install

Download textsight-sdk-0.1.0.zip, then:

  • Python 3.8+: cd python && pip install .
  • Node.js 18+: cd javascript && npm install .

Quick start (Python)

from textsight import TextSight
ts = TextSight(api_key="sk_live_...")
print(ts.detect("Your text here")["verdict"])

Get an API key at https://app.textsight.ai/signup. Full API docs: https://www.textsight.ai/api-docs.html

A developer-friendly alternative to the GPTZero, Originality.ai and ZeroGPT APIs. MIT licensed.

Source: README.md, updated 2026-09-21