# AI Text Detection

> A snapshot of AI Text Detection results detected by Copyleaks. It provides the data from the matched results.

<AiDetectionModelVersion />
<ResultAiDetection />
<SummaryAiDetection />
<Explain />

## Example

```json 
{
  "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

<CardGroup cols={2}>
  <Card title="Detect AI-Generated Text" icon="robot" href="/guides/ai-detector/ai-text-detection/">Learn how to use the AI Detection API to check if content was written by a human or generated by an AI.</Card>
  <Card title="AI Logic" icon="robot" href="/concepts/features/ai-logic/">Understand how AI logic can help you interpret the results of AI text detection.</Card>
  <Card title="Export Method" icon="file-export" href="/reference/actions/downloads/export/">Learn how to export scan results, including AI detection data.</Card>
</CardGroup>
