AutoMod
Image
GET
https://my.elara.services/api/automod/images
Query Parameters
key
string
Your API key
token
string
Your moderatecontent API key
percent
string
The percent you want to check for how "adult" it is. Default is: 89
Request Body
images
array
The image URLs you want to check.
Words
GET
https://my.elara.services/api/imagemod/words
Query Parameters
key
string
Your API key
Request Body
message
string
The string you want to check
words
array
The array of words you want to check against the message
emojis
array
The array of emojis you want to check against the message.
Links
GET
https://my.elara.services/api/automod/links
Query Parameters
key
string
Your API key
Request Body
prefix
string
For Discord bots, so it doesn't filter ".command"/".commands"
regexp
boolean
If it should use the RegExp to find the link or if it should include "https://"/"http://", ".com", "www."
message
string
The message you want to check if it has links in it.
Last updated