Legacy API Reference
cURL
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 } ]
The response is of type object[].
object[]
Was this page helpful?