根据预设的样式指南检查您的内容
开发环境
开发环境
POST
https://enterprise-api.writer.com/content/organization/{organizationId}/team/{teamId}/check
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://enterprise-api.writer.com/content/organization//team//check' \
--header 'content-type: application/json' \
--data-raw '{
"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
}
}'
响应示例响应示例
200 - 成功示例
{
"issues": [
{
"from": 0,
"until": 0,
"service": "common-mistakes",
"suggestions": [
"string"
],
"description": "string"
}
]
}
请求参数
Path 参数
organizationId
string
必需
teamId
string
必需
Header 参数
content-type
string
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2024-02-01 06:24:20