Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.23 KB

Fakeplex Chat Filter

Spring Boot Google Sheets

API Reference

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