Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic
200 response
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "flagged": true,
- "categories": {
- "sexual": true,
- "hate": true,
- "violence": true,
- "self-harm": true,
- "sexual/minors": true,
- "hate/threatening": true,
- "violence/graphic": true
}
}
}
Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic
200 response
{- "text": "string"
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "flagged": true,
- "categories": {
- "sexual": true,
- "hate": true,
- "violence": true,
- "self-harm": true,
- "sexual/minors": true,
- "hate/threatening": true,
- "violence/graphic": true
}
}
}