Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Resend Emails API

Start sending emails through the Resend API.

Resend Emails API is one of 13 APIs that Resend publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Emails. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and 4 JSON Schemas.

This API exposes 5 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 1.1.0.

Requests are made against a single base URL, https://api.resend.com.

5 operations 4 paths 7 schemas 1 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.1.0
Base URL
https://api.resend.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Resend Emails API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 1 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Emails 5

Start sending emails through the Resend API.

POST
/emails
Send an email
body → 200
GET
/emails/{email_id}
Retrieve a single email
1 param → 200
PATCH
/emails/{email_id}
Update a single email
1 param → 200
POST
/emails/{email_id}/cancel
Cancel the schedule of the e-mail.
1 param → 200
POST
/emails/batch
Trigger up to 100 batch emails at once.
body → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Email (12 properties), SendEmailRequest (12 properties), Attachment (4 properties), Tag (2 properties). Each schema is shown below with its type and property counts.

SendEmailResponse
object
1 property
Tag
object
2 properties
SendEmailRequest
object
12 properties 3 required
Attachment
object
4 properties
CreateBatchEmailsResponse
object
1 property
UpdateEmailOptions
object
1 property
Email
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resend-emails-api-openapi.yml Raw ↑

Other APIs Resend publishes across the network.

Resend Apis API
Resend Audience API
Resend Audiences API
Resend Batch API
Resend Broadcasts API
Resend Cancel API
Resend Contacts API
Resend Domains API
Resend Email API
Resend Keys API
Resend Send API
Resend Verify API