Skip to main content
Unosend is a REST API for sending emails. Add your domain, grab an API key, and start sending.
curl -X POST https://api.unosend.co/emails \
  -H "Authorization: Bearer un_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "hello@yourdomain.com",
    "to": ["user@example.com"],
    "subject": "Hello from Unosend",
    "html": "<p>Your first email.</p>"
  }'

Get Started

Quick Start

Send your first email in 5 minutes

Authentication

API keys and security

Domain Setup

Verify your sending domain

API Reference

Full endpoint documentation

SDKs

Node.js

CLI