Bot Butcher website screenshot

Bot Butcher

Bot Butcher is an AI-powered spam detection API that uses a fine-tuned large language model to classify contact form submissions as spam or legitimate messages. The service analyzes messages within the context of what each website is about, providing context-aware classification with 99% reported accuracy. It supports multi-tenant architectures and is designed for enterprise scalability across vertical SaaS and website builder platforms.

1 APIs 0 Features
BotsSpam DetectionContact FormsAI ClassificationSecurity

APIs

Bot Butcher Classification API

Submit contact form data to Bot Butcher and receive a JSON classification result indicating whether the message is spam or legitimate. The AI model classifies each message withi...

Collections

Pricing Plans

Rate Limits

Bot Butcher Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Bot Butcher Classification API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Classification
    type: folder
  items:
  - info:
      name: Classify a message as spam or legitimate
      type: http
    http:
      method: POST
      url: https://api.botbutcher.com/
      body:
        type: json
        data: '{}'
    docs: Submit contact form data to Bot Butcher and receive a JSON classification result.
  - info:
      name: Retrieve a previously classified message
      type: http
    http:
      method: GET
      url: https://api.botbutcher.com/message/:message_id
      params:
      - name: message_id
        value: ''
        type: path
        description: Unique identifier of a previously submitted message.
    docs: Retrieve a previously classified message
bundled: true