POST
/
content
/
organization
/
{organizationId}
/
detect
curl --request POST \
  --url https://enterprise-api.writer.com/content/organization/{organizationId}/detect \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "input": "<string>"
}'
[
  {
    "label": "fake",
    "score": 123
  }
]

This endpoint is deprecated. Use the AI detection endpoint instead.

Headers

Authorization
string
required

Path Parameters

organizationId
integer
required

Body

application/json
input
string
required

Response

200
application/json
label
enum<string>
required
Available options:
fake,
real
score
number
required