AI Text Detector API
A NestJS-based API that analyzes text to determine the probability of it being AI-generated. Let's break down each field in detail: aiProbability (number between 0 and 1) What it means: The overall probability that the text was generated by AI Scale: 0.0 = Most likely human-written 1.0 = Most likely AI-generated Example interpretations: 0.75 = 75% chance of being AI-generated 0.30 = 30% chance…
AI Text Detector API endpoints
| Method | Endpoint | Description |
|---|---|---|
| text-analysis | ||
| POST |
analysis /text-analysis/analyze |
give a string of text, to determinate the AI level |
AI Text Detector API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $20 / month | 60 / minute |
|
| ULTRA | $30 / month | — |
|