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": "[email protected]",
"to": ["[email protected]"],
"subject": "Hello!",
"text": "Welcome to Resend"
}'Tags
emailtransactionalmarketingnotification
Last updated: 2026-07-28
Get Started with Resend API
Click below to visit the official website and start using this API.
Visit Resend API →