Get Ban Words List
GET
/api/v1/discord/banwordsBanwords 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.
Request
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
list
array[string]
required
The list of banned words.
Example
{
"list": [
"ahegao",
"pinup",
"ballgag",
"Playboy",
"Bimbo",
"pleasure",
"bodily fluids"
]
}
Last modified: 1 个月前