Back to Services
Basic Trustrest

Resend — Developer Email API

Modern email API built for developers. Send transactional emails with React templates, tracking, and high deliverability.

Total Calls

0

Success Rate

Avg Latency

Capabilities

emailtransactionalcommunicationdeveloper

Quick Integration

Call this service through the Agent Clear proxy

// Call Resend — Developer Email API through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/042d1c27-c143-4df0-abe9-b4136308f601',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "from",
    "to",
    "subject"
  ],
  "properties": {
    "to": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Recipient emails"
    },
    "from": {
      "type": "string",
      "description": "Sender email"
    },
    "html": {
      "type": "string",
      "description": "HTML email body"
    },
    "subject": {
      "type": "string"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

Pricing

$0.002/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services