MisarMisar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisarSEOMisar PlatformMisar SSO

MisarMail API Documentation

Transactional and marketing email API. Send at scale with full deliverability control.

MisarMail is a free, fully managed email platform with a REST API. Every account includes a ready-to-send @misar.io address, plus custom domains and multiple senders. Authenticate with Authorization: Bearer msk_.... Base URL: https://api.misar.io/mail. Send transactional and marketing emails at scale.

Send emails programmatically with full control over deliverability, SMTP pools, and custom domains.

Why MisarMail?

Free to Use

Generous free tier — 100 emails/day, 3,000/month, no card required.

@misar.io Address

Every account gets a ready-to-send @misar.io sender address on signup.

Custom Domains

Send from your own domain with full DKIM, SPF, and DMARC alignment.

Multiple Accounts

Connect and manage multiple sender addresses from a single API key.

Flexible SMTP Pools

Use Misar's managed shared pools, or bring your own SMTP. Nothing to host.

Observability

Track opens, clicks, delivery, bounces, and complaints per sender domain.

Quick Example

curl https://api.misar.io/mail/v1/send \
  -H "Authorization: Bearer msk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "from": { "email": "you@yourdomain.com", "name": "Your Name" },
    "to": [{ "email": "recipient@example.com" }],
    "subject": "Hello from MisarMail",
    "html": "<p>This email was sent via MisarMail API.</p>"
  }'

Base URL

All API endpoints use https://api.misar.io/mail as the base URL.

Plan Limits

PlanDaily LimitMonthly LimitPrice
Free100/day3,000/month$0
Pro10,000/day300,000/month$24.99/mo
Max50,000/day1,500,000/month$99.99/mo
EnterpriseCustomCustomCustom

View Pricing

Compare plans and upgrade at mail.misar.io/pricing