Booper
Simple API for scheduling one-off and recurring HTTP requests, with retries, logging, webhooks, and idempotency for developers.
What it does
Booper is a developer-focused API for scheduling HTTP requests. You can enqueue delayed or recurring jobs by timestamp, relative time, or crontab, with automatic retries using exponential backoff, detailed logs, webhook events, and idempotency keys. It offers SDKs and a free public API key to start without an account.
Core features
Schedule one-off or recurring HTTP requests
Timestamp, relative-time, or crontab scheduling
Automatic retries with exponential backoff
Webhook events and logging
Idempotency key support
REST API with multi-language SDKs
Best for
→Running scheduled/cron jobs without infrastructure
→Triggering delayed HTTP callbacks
→Building health checks and pings
→Adding retries to background jobs