Email API

RESTful API with SDKs for every language. Send emails with a single call.

Get started

Simple integration

curl -X POST https://api.emailr.dev/send \
  -H "Authorization: Bearer re_123456789" \
  -d '{"from": "you@domain.com", "to": "user@example.com", "subject": "Hello", "html": "<p>Hi!</p>"}'

Features

SDKs

Node.js, Python, Go, Ruby, PHP, Java, Rust, Elixir.

Type safety

Full TypeScript support with auto-completion.

Webhooks

Real-time events for delivery, opens, clicks.

Start building

Get your API key and send your first email.

Get started