Unstoppable • Unwalkable
Powerful Email Flood API
High-performance email flooding service with simple REST API. Two modes: Normal & Blast. Unstoppable delivery.
99.9%
Uptime
<100ms
Response
24/7
Support
# Normal Mode - $1 for 150 floods
curl -X POST https://api.floodbomb.xyz/v1/flood/normal \
-H "Content-Type: application/json" \
-d '{
"key": "fb_your_api_key",
"email": "target@example.com",
"time": 10
}'
# Response
{
"success": true,
"id": "abc123xyz",
"mode": "normal",
"floods": 150,
"balance": 9.00
}