AI Text Detection
Analyzes text to determine the confidence that it is AI-generated. You can provide text
, file
, or website
, along with optional parameters like version
, sentences
, and language
. At least one of text
, file
, or website
must be provided. The priority is as follows: website
> file
> text
.
Authorizations
A unique key used for authentication to access the API.
Body
The text content to analyze.
A file to scan. The file must be in plain .pdf, .doc, or .docx format. Has higher priority than text
if both are provided.
A website URL to scan. Must be publicly accessible. Has the highest priority over text
or file
.
The model version to use. "latest" always uses the latest version. Options: 3.0, 2.0, latest.
3.0
, 2.0
, latest
Whether the response should include an array of sentences and their scores.
2 letter language code. Supported: en, fr, es, pt, nl, de, zh.
en
, fr
, es
, pt
, nl
, de
, zh
Response
HTTP status code indicating success (200).
Confidence score that the text is AI-generated, ranging from 0 to 1. Confidence score that the image is AI-generated, ranging from 0 to 1. A higher score means our system believes that the text is written by AI, and a lower score means that the system believes that the text is written by a Human.
An array of sentence objects with their respective AI-generated confidence scores.
The type of input scanned: text
, file
, or website
.