ToolKiti
Home/开发工具/Resend API

Resend API

Resend 邮件接口

Email API for developers. Send transactional and marketing emails with high deliverability.

面向开发者的邮件 API,发送事务邮件和营销邮件,送达率高。

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

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

Compare Resend API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
GitHub REST APIfree tier (5000 req/hr) + paid plansPersonal Access Token
96
GitHub REST & GraphQL APIfree (5000 req/hr for authenticated), unlimited for public reposPersonal Access Token
92
LangChain Platformfree tier + developer plan $39/monthAPI Key
91
Bolt.new - AI Web App Builderfree 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