Check Banned Words
sdnext_prompt_bannedChecks a prompt against a banned-words list and returns any matched words, ensuring prompt compliance and content safety.
Instructions
Check a prompt against a banned-words list and return matched words (SD.Next /sdapi/v1/prompt-banned).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| words | No | Comma-separated banned words (default: server banned list). | |
| prompt | Yes | Prompt text to check. |