High-precision moderation APIs.Simplistic, fast, and credit-based.

Discern explicit nudity, drawn anime content, and age estimation from images. Filter text with custom rulesets and toxicity detection in milliseconds.

< 50msAverage Latency
Multi-ModalImage & Text
Pay-As-You-GoNo Monthly Lock-in
50 Free CreditsStarter Balance

Our Core APIs

Two powerful endpoints. Endless moderation safety.

Image Moderation API

2 Credits / request

Comprehensive image safety detection. Discern explicit nudity, artistic/drawn anime nudity, and estimate age ranges with minor flags.

Nudity Analysis: High-precision explicit content detection
Drawn & Anime Nudity: Separates real photos from drawn / manga illustrations
Age Estimation: Detects whether the person in the image is a minor or adult
POST /api/v1/moderate/imageTest in Playground

Text Moderation API

1 Credit / request

Intelligent text analysis with custom rulesets. Filter chat, comments, usernames, or posts against custom blacklists, regex rules, and toxic language.

Custom Rulesets: Pass custom blacklist arrays and regex patterns on the fly
Toxicity & Hate Filter: Scored probabilities for hate speech, insults, and harassment
Automatic Censorship: Cleaned string output with auto-masked asterisks
POST /api/v1/moderate/textTest in Playground

Effortless Developer Integration

Authenticate with your x-api-key or Bearer token and start receiving results in milliseconds.

cURL — Image Moderation
POST /api/v1/moderate/image
curl -X POST https://apis.ban.wtf/api/v1/moderate/image \
  -H "Authorization: Bearer bw_live_9f83a04b..." \
  -H "Content-Type: application/json" \
  -d '{
    "image_url": "https://example.com/sample-photo.jpg"
  }'
Expected Output: HTTP 200 OK (2 Credits deducted)Latency: ~34ms

Behind the Project

About the Creator

Kub_Luk - Creator of ban.wtf and ds.click

Hey, I'm Kub_Luk

Creator of ban.wtf & ds.click

I built ban.wtf APIs out of a simple necessity. Most moderation APIs on the market are cumbersome enterprise platforms with monthly lock-ins, high latency, and opaque scoring. I wanted something fast, focused, and credit-based where developers can get reliable answers in milliseconds.

Although I originally studied Programming and Networking, these days my work and passion span Marketing, Video production, and Software Engineering. Bringing those creative and technical worlds together to build practical developer tools is what makes working on my projects so rewarding.

I'm based in the Czech Republic, and when I'm not behind a screen building APIs or video editing, there's a good chance you'll find me hanging out at conventions like ComicCon or Animefest!