Dependal Logo

Dependal

Simple, reliable transactional email API

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"

Try it Now

Send a test email directly from this page!

Pricing (Beta)

Contact

Email: hello@dependal.com