Resend API
Resend 邮件接口
Email API for developers. Send transactional and marketing emails with high deliverability.
面向开发者的邮件 API,发送事务邮件和营销邮件,送达率高。
Website
Documentation
Pricing
free tier (3000 emails/mo for first 3 months), paid plans
Authentication
- API Key
Popularity
55/100
Endpoints
https://api.resend.com/emails
SDKs
JavaScript/TypeScriptPythonGoPHPRubyElixircurl
Key Features
- ◆Email API for developers
- ◆High deliverability rates
- ◆React Email templates
- ◆Analytics & tracking
- ◆Generous free tier
Code Examples
Send Emailbash
curl https://api.resend.com/emails \
-H "Authorization: Bearer $RESEND_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "onboarding@resend.dev",
"to": ["user@example.com"],
"subject": "Hello!",
"text": "Welcome to Resend"
}'Tags
emailtransactionalmarketingnotification
Last updated: 2026-07-28
Similar APIs
Something wrong or missing? Open an issue on GitHub →
Pricing Comparison
| API | Pricing | Auth | Popularity |
|---|---|---|---|
| GitHub REST API | free tier (5000 req/hr) + paid plans | Personal Access Token | 96 |
| GitHub REST & GraphQL API | free (5000 req/hr for authenticated), unlimited for public repos | Personal Access Token | 92 |
| LangChain Platform | free tier + developer plan $39/month | API Key | 91 |
| Bolt.new - AI Web App Builder | free tier, Starter $20/mo, Pro $100/mo (includes Bolt AI credits) | OAuth (GitHub/Google) | 90 |
Get Started with Resend API
Click below to visit the official website and start using this API.
Visit Resend API →Discussion
Questions, feedback, or suggestions? Start a discussion.
Discuss on GitHub