GET
/
api
/
v2
/
moderation-settings
get a moderation setting
curl --request GET \
  --url https://apix.us.amity.co/api/v2/moderation-settings \
  --header 'Authorization: <authorization>' \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "data": {
    "maxRepetition": 123,
    "maxRepetitionTimeout": 123,
    "blacklistMuteTimeout": 123,
    "whitelistMuteTimeout": 123,
    "maxRepetitionMuteTimeout": 123,
    "enableImageModeration": true,
    "imageModeration": {
      "nudity": 123,
      "suggestive": 123,
      "violence": 123,
      "disturbing": 123
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-Key
string
header
required

Headers

Authorization
string
required

Response

200
application/json

Moderation Setting Information

The response is of type object.