Chat Filter
POST /content/item/moderate
Content-Type: application/json
Authentication: oUywMpwZcIzZO5AWnfDx
Parameter | Type | Description |
---|---|---|
content | json | Message(s) to filter |
{
"content": {
"createInstant": 1672531200000,
"senderDisplayName": "KyleException",
"senderId": "aa7e4742-979d-4bbd-a951-dcab1383aba4",
"parts": [
{
"type": "text",
"content": "No profanity here!"
}
],
"applicationId": "34018d65-466d-4a91-8e92-29ca49f022c4"
}
}