Legacy API Reference
cURL
curl --request POST \ --url https://enterprise-api.writer.com/content/organization/{organizationId}/team/{teamId}/check \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "content": "<string>", "settings": { "passiveVoice": true, "wordiness": true, "unclearReference": true, "genderInclusivePronouns": true, "genderInclusiveNouns": true, "ageAndFamilyStatus": true, "disability": true, "genderIdentitySensitivity": true, "raceEthnicityNationalitySensitivity": true, "sexualOrientationSensitivity": true, "substanceUseSensitivity": true, "confidence": true, "healthyCommunication": true, "grammar": true, "spelling": true, "contentSafeguards": true } }'
{ "issues": [ { "from": 123, "until": 123, "service": "common-mistakes", "suggestions": [ "<string>" ], "description": "<string>", "meta": "<any>" } ] }
The response is of type object.
object
Was this page helpful?