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
  }
]

We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.

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