-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
107 lines (107 loc) · 3.47 KB
/
Copy pathapis.yml
File metadata and controls
107 lines (107 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
aid: bot-butcher
url: https://raw.githubusercontent.com/api-evangelist/bot-butcher/refs/heads/main/apis.yml
name: Bot Butcher
tags:
- Bots
- Spam Detection
- Contact Forms
- AI Classification
- Security
type: Index
kind: company
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/bot-butcher.png
access: 3rd-Party
created: '2025-01-07'
modified: '2026-04-21'
position: Consuming
description: >-
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.
apis:
- aid: bot-butcher:bot-butcher-classification-api
name: Bot Butcher Classification API
tags:
- Spam Detection
- Bot Detection
- AI Classification
- Contact Forms
humanURL: https://botbutcher.com/
properties:
- url: https://botbutcher.com/
type: Documentation
description: >-
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 within the context of your
specific website, delivering context-aware spam detection for multi-tenant and enterprise applications.
contact:
- FN: Bot Butcher Support
url: https://botbutcher.com/
- aid: bot-butcher:bot-butcher-classification-api
name: Bot Butcher Classification API
description: Submit and retrieve classified messages.
humanURL: https://botbutcher.com/
tags:
- Classification
properties:
- type: OpenAPI
url: openapi/bot-butcher-classification-api-openapi.yml
common:
- type: AgenticAccess
url: agentic-access/bot-butcher-agentic-access.yml
- type: DomainSecurity
url: security/bot-butcher-domain-security.yml
- type: Authentication
url: authentication/bot-butcher-authentication.yml
- type: Website
url: https://botbutcher.com/
- type: Documentation
url: https://botbutcher.com/
properties:
- type: x-domain
value: botbutcher.com
- type: x-industry
value: Cybersecurity, Spam Detection
- type: x-authentication
value: API Key
- type: x-classification-model
value: Fine-tuned Large Language Model (LLM)
- type: x-accuracy
value: 99% against benchmark test
- type: x-features
value: >-
Spam classification, message retrieval by message_id, optional message
storage, Do Not Train mode, Do Not Save mode, multi-tenant support,
unlimited websites, context-aware classification
- type: x-use-cases
value: >-
Contact form spam filtering, enterprise SaaS spam protection, multi-tenant
application security, website builder platform integration
- type: x-response-format
value: JSON
- type: x-workflow
value: >-
1. POST contact form data to Bot Butcher endpoint,
2. AI classifies message as spam or not spam,
3. Receive JSON result,
4. Optionally retrieve message by message_id
maintainers:
- FN: Kin Lane
email: info@apievangelist.com
specificationVersion: '0.23'