Send Emails, Check Usage, Scale Instantly
Dependal is your lightweight, reliable transactional email API. No complex setup, no surprises.
API Docs
1. Send Email
curl -X POST https://api.dependal.com/send \ -H "x-api-key: DEMO_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "to": "recipient@example.com", "from": "noreply@dependal.com", "subject": "Hello from Dependal", "html": "<h1>Hello from Dependal</h1>" }'
2. Check Usage
curl -X GET https://api.dependal.com/usage \ -H "x-api-key: DEMO_API_KEY"
- Replace
DEMO_API_KEYwith your real API key. - Monthly limits are enforced automatically.
- Use HTTPS for all requests.
Try it Now
Send a test email directly from this page!
Pricing (Beta)
- Free: 1,000 emails/month
- Starter: 25,000 emails/month — £15
- Growth: 100,000 emails/month — £39
Contact
Email: hello@dependal.com