---
title: "Detect If the content is AI generated"
method: POST
path: "/content/organization/{organizationId}/detect"
tags: ["content"]
---

# Detect If the content is AI generated

`POST /content/organization/{organizationId}/detect`

## Path parameters

- `organizationId` integer, required

## Headers

- `Authorization` string, required

## Request body

- ContentDetectorRequest
  - `input` string, required

## Response `200`

- ContentDetectorResponse[]
  - `label` 'fake' | 'real', required
  - `score` number, double, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/writer/apis/writer-enterprise-api.md) · [All operations](https://skmtc.dev/writer/apis/writer-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/writer/writer-enterprise-api/revisions/313187c251a5/schema)
