---
title: "AI Detector"
method: POST
path: "/v3/free-tools/ai-detector"
tags: ["Free Tools"]
---

# AI Detector

`POST /v3/free-tools/ai-detector`

Detect AI content in provided text.

## Request body

- object
  - `text` string, required

## Response `200`

Default Response

- object
  - `aiScore` number
  - `humanScore` number
  - `mixedScore` number
  - `wordCount` number
  - `truncated` boolean
  - `verdict` string
  - `detectorScores` object
  - `raw` object

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/free-tools/ai-detector/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/68d7cda28432?raw)
