Content
User
Content
Post contentorganization team check
POST
/
content
/
organization
/
{organizationId}
/
team
/
{teamId}
/
check
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>"
}
]
}
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
Body
application/json
Response
200
application/json
Available options:
common-mistakes
, banned-words
, dictionary
, gec
, infinitive
, spelling
, writing-style
, custom-rules
, sentence-case
, acronym
, oxford-comma
, ml-punctuation
, emojis
, gender-pronouns
, sensitivity
, plagiarism
, readability
, sentence-complexity
, vocabulary
, paragraph-length
, plain-language
, healthy-commn
, confidence
, data-loss-prevention
, hate-speech
, content-safeguards
, feedback
, claim
, quote
, gender-nouns
, gender-tone
, grammar
, punctuation-dark
, formatting
, twitter
, gec-dark
, gec-gpt3
Was this page helpful?
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>"
}
]
}