EveryDev.ai
Subscribe
Home
Tools

3,723+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Tabu
    Tabu icon

    Tabu

    Application Security

    AI-powered explicit content moderation API that classifies images and videos across 5 categories with sub-200ms latency to help apps pass App Store UGC reviews and meet DSA compliance.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Perfect for testing and side projects

    Starter: $29/mo
    Growth: $79/mo
    Scale: $199/mo
    +1 more plan

    Engagement

    Available On

    iOS
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Application SecurityContent AnalysisCompliance Tools

    Alternatives

    SynthIDDevAllyBearer CLI
    Developer
    Producon s.r.o.Branisková 1240/7, SlovakiaEst. 2026

    Listed Aug 2026

    About Tabu

    Tabu is an AI-powered content moderation API built by Producon s.r.o. that detects and blocks explicit images and videos in milliseconds. It targets developers and founders who need to pass Apple App Store Guideline 1.2 UGC reviews, automate EU Digital Services Act compliance, and protect users from nudity and pornographic content. The API is powered by the open-source MobileNetV2 architecture and processes media entirely in memory with zero data retention by default.

    What It Is

    Tabu is a REST API service that classifies images and videos into five categories — Neutral, Sexy, Porn, Hentai, and Drawing — returning confidence scores for each. Developers send a single POST request with an image URL or file upload and receive a structured JSON response in under 200ms on average. The service sits in front of user-generated content upload flows, acting as a real-time gate that blocks explicit media before it reaches storage or other users.

    How the Classification Pipeline Works

    The core classification endpoint (/v1/classify) accepts images by URL or multipart file upload. For video, a separate /v1/classify/video endpoint extracts one frame every three seconds and processes up to approximately three minutes of footage synchronously. Results include a safe boolean, a main_category label, a top confidence score, and a full breakdown of all five category scores. In-memory SHA-256 caching means repeated submissions of the same file return in under 10ms without re-running inference.

    Compliance and Human-in-the-Loop Features

    Beyond raw classification, Tabu includes a dashboard-based review queue where human moderators can override AI decisions with a single click. Webhook notifications push override events to the developer's own backend in real time, enabling platforms to restore or permanently remove content based on human judgment. The service also auto-generates downloadable PDF transparency reports designed to satisfy EU DSA auditable moderation requirements and demonstrate "reasonable care" to regulators. Configurable sensitivity sliders for Porn, Hentai, and Sexy categories — independently for images and video — let teams tune false-positive rates without code changes.

    Developer Setup Path

    Tabu is designed for a sub-five-minute integration. The homepage provides code samples in cURL, Node.js, and Python. An open-source Express.js boilerplate on GitHub (sulejj/tabu-nsfw) provides a drop-in backend route using Express and Multer that intercepts uploads and calls the API automatically. The boilerplate targets social networks, dating apps, community forums, and chat bots on platforms like Discord, Slack, and Telegram. No credit card is required to start, and API keys are generated from the dashboard.

    Privacy Architecture

    By default, Tabu operates in Privacy-First Mode: images and videos are processed entirely in server memory and instantly destroyed after classification. Only text metadata — scores, timestamps, and request IDs — is retained in logs. Developers can optionally disable this mode to build a visual audit log in the dashboard or support future AI fine-tuning, but the docs note this requires updating the application's privacy policy to disclose third-party content processing.

    Current Status

    The GitHub boilerplate repository (sulejj/tabu-nsfw) was created on 2026-08-18 and last updated on 2026-08-19, indicating a very recent launch. The service is live and accepting signups with no credit card required on the free tier.

    Tabu - 1

    Community Discussions

    Be the first to start a conversation about Tabu

    Share your experience with Tabu, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Perfect for testing and side projects

    • 5,000 operations/month
    • Zero Data Retention
    • Image & Video analysis
    • Dashboard & Review queue
    • Webhooks & Configurable thresholds

    Starter

    Popular

    For indie devs and small platforms

    $29
    per month
    • 50,000 operations/month
    • Zero Data Retention
    • All features included
    • Email support

    Growth

    For growing platforms and communities

    $79
    per month
    • 250,000 operations/month
    • Zero Data Retention
    • All features included
    • Priority support

    Scale

    For established platforms at scale

    $199
    per month
    • 1,000,000 operations/month
    • Zero Data Retention
    • All features included
    • Dedicated support

    Enterprise

    Custom plans with SLAs and unlimited volume

    Custom
    contact sales
    • Unlimited volume
    • SLA
    • All features included
    • Dedicated support
    View official pricing

    Capabilities

    Key Features

    • Image classification via URL or file upload
    • Video classification (1 frame/3 seconds, up to ~3 min)
    • 5-category classification: Neutral, Sexy, Porn, Hentai, Drawing
    • Sub-200ms average latency
    • 93%+ accuracy
    • Configurable sensitivity thresholds per category
    • Human-in-the-loop review queue
    • Webhook notifications for admin overrides
    • One-click DSA transparency PDF reports
    • Privacy-First Mode (zero data retention)
    • In-memory SHA-256 caching for repeated submissions
    • Dashboard with API key management
    • Express.js boilerplate for drop-in integration

    Integrations

    cURL
    Node.js
    Python
    Express.js
    Multer
    Discord
    Slack
    Telegram
    React Native
    Next.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Tabu and help others make informed decisions.

    Developer

    Producon s.r.o.

    Producon s.r.o. builds Tabu, an AI-powered explicit content moderation API designed for developers and founders shipping user-generated content platforms. The company focuses on making compliance with App Store guidelines and EU Digital Services Act requirements fast and developer-friendly. Tabu processes images and videos entirely in memory with zero data retention, and provides human-in-the-loop review tools and auto-generated DSA transparency reports.

    Founded 2026
    Branisková 1240/7, Slovakia
    Read more about Producon s.r.o.
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    SynthID icon

    SynthID

    SynthID is Google DeepMind's tool for watermarking and identifying AI-generated content, enabling detection of AI-generated text, images, audio, and video.

    DevAlly icon

    DevAlly

    AI-powered web accessibility compliance platform that automates auditing, issue prioritization, and code-level fixes to help teams ship WCAG-conformant products fast.

    Bearer CLI icon

    Bearer CLI

    A static application security testing (SAST) CLI tool that scans source code and analyzes data flows to discover, filter, and prioritize security and privacy risks.

    Browse all tools

    Related Topics

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    112 tools

    Content Analysis

    AI-powered tools that automatically analyze, categorize, and extract insights from text, images, video, and other content types for sentiment analysis and semantic understanding.

    61 tools

    Compliance Tools

    Tools for security standards, auditing, and regulatory compliance.

    14 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions