Update Ban Words List
POST
/api/v1/discord/banwords/saveBanwords Prefilter List is a list of words that are pre-checked of the prompt before it is sent to Midjourney. This list is designed to prevent the generation of images that contain offensive or inappropriate content, and reduce the risk of your account being banned.
The list you send here will overwrite the default ban words list, instead of appending to it.
Request
Body Params application/json
list
array[string]
required
The list of ban words.
Example
{
"list": [
"ahegao",
"pinup",
"ballgag",
"Playboy",
"Bimbo",
"pleasure",
"bodily fluids"
]
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
list
array[string]
required
The updated list of banned words.
Example
{
"list": [
"ahegao",
"pinup",
"ballgag",
"Playboy",
"Bimbo",
"pleasure",
"bodily fluids"
]
}
Last modified: 1 个月前