Everything you need to integrate FloodBomb into your application
FloodBomb provides a simple REST API for email flooding. All requests should include your API key for authentication.
Include your API key in the request body or as a query parameter:
Pricing scales with duration. Longer durations = more floods at better rates.
Start a normal flood. Flood count scales with duration (300-2400 floods).
| Name | Type | Description |
|---|---|---|
| key * | string | Your API key |
| email * | string | Target email address |
| time * | integer | Duration in minutes |
Start a blast flood. Flood count scales with duration (700-3600 floods).
| Name | Type | Description |
|---|---|---|
| key * | string | Your API key |
| email * | string | Target email address |
| time * | integer | Duration in minutes |
Check your current balance.
| Name | Type | Description |
|---|---|---|
| key * | string | Your API key (query parameter) |
When an error occurs, the API returns a JSON response with error details: