POST
/
content
/
organization
/
{organizationId}
/
team
/
{teamId}
/
correct
curl --request POST \
  --url https://enterprise-api.writer.com/content/organization/{organizationId}/team/{teamId}/correct \
  --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
  }
}'
{
  "correct": "<string>"
}

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
X-Request-ID
string

Path Parameters

organizationId
integer
required
teamId
integer
required

Body

application/json
content
string
required
settings
object
required

Response

200 - application/json
correct
string
required