Email APIfor Developers.
POST /v1/emails { "to": "[email protected]", "subject": "Welcome", "html": "<h1>Hello</h1>" } // 43ms — delivered ✓
Everything developers
need, right here.
Email Delivery
Send transactional email via REST API or SMTP relay. Track delivery, opens, and clicks in real time.
Reliable Delivery
Dispatch routes your email through established delivery infrastructure. Built-in redundancy means fewer failed sends.
Dashboard
Real-time visualization of delivery status, open rates, and click rates. Manage all messages in one place.
Webhook Events
Delivery, open, click, and bounce events. Receive all events in real time.
Done in 3 steps.
Get your API Key
Create a free account and instantly generate an API key from the dashboard.
Send API Request
Send email with a single HTTP request. No SDK required.
Track Delivery
Track everything with the real-time dashboard and webhooks.
# Send an email curl -X POST \ https://api-dispatch.techtranslab.com/v1/emails \ -H "Authorization: Bearer $KEY" \ -H "Content-Type: application/json" \ -d '{ "to": "[email protected]", "subject": "Welcome to Dispatch", "html": "<h1>Hello!</h1>" }'
{
"id": "msg_a1b2c3",
"status": "sent",
"latency_ms": 43
}Simple, Transparent Pricing
Start free, scale as you grow. No hidden fees.
Free
Perfect for testing and small projects
- 3,000 emails/month
- API access
- Basic analytics
Pro
For growing businesses
- 50,000 emails/month
- After limit, $0.10 USD per 1,000 emails
- Priority support
- Advanced analytics
- Custom templates
- Custom domain sending
- A/B testing, template features
- SMTP server access
- RFC 8058 List-Unsubscribe (auto-added)
- Bounce & complaint suppression
Enterprise
For large-scale operations
- Unlimited volume
- Dedicated support
- 99.99% SLA
- Custom integration
Let's Start.Start Building.
Free plan, no credit card required. Start sending transactional emails today.
Create Free Account