modelVersion
string
The version of the AI Content Detection used.Example: v5
result
array[object]
An array of all the classifications. The sections contain their position, classification and the probability for that classification.
summary
object
Aggregated detection results.
explain
object
Detailed explanations of the detected patterns, providing transparency into the classification process. It includes statistics about specific patterns found in the text and their prevalence in AI vs. human writing.Example: {}

Example

{
  "modelVersion": "v7.1",
  "results": [
    {
      "classification": 2,
      "probability": 1,
      "matches": [
        {
          "text": {
            "chars": {
              "starts": [
                0
              ],
              "lengths": [
                1509
              ]
            },
            "words": {
              "starts": [
                0
              ],
              "lengths": [
                221
              ]
            }
          }
        }
      ]
    }
  ],
  "summary": {
    "human": 0,
    "ai": 1
  },
  "explain": {
    "patterns": {
      "statistics": {
        "aiCount": [
          15.9636,
          39.5495,
          84.7079,
          119.8710,
          9.9233,
          185.6670,
          14.4536,
          19.1995
        ],
        "humanCount": [
          0.8076,
          1.5076,
          3.8228,
          8.5071,
          0.3769,
          4.2536,
          0.3231,
          1.1845
        ]
      },
      "text": {
        "chars": {
          "starts": [31, 55, 303, 909, 961, 987, 1129, 1775],
          "lengths": [23, 32, 23, 33, 25, 30, 30, 19]
        },
        "words": {
          "starts": [5, 9, 45, 135, 144, 148, 169, 257],
          "lengths": [4, 6, 3, 6, 4, 5, 5, 3]
        }
      }
    }
  }
}

Next Steps

Detect AI-Generated Text

Learn how to use the AI Detection API to check if content was written by a human or generated by an AI.

AI Logic

Understand how AI logic can help you interpret the results of AI text detection.

Export Method

Learn how to export scan results, including AI detection data.