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"
}
}
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"
}
}
Moderation Setting Information
The response is of type object
.