$0.01
per call · USD Coin on Base
Generates a temporary disposable inbox address using the free 1secmail.com service.
Endpoint
POST https://codepulse-api.hahavoid0.workers.dev/mailbox/create1
Calls / 30d
1
Unique payers / 30d
Aug 22
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://codepulse-api.hahavoid0.workers.dev/mailbox/create", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();cURL
curl -X POST \
"https://codepulse-api.hahavoid0.workers.dev/mailbox/create" \
-H "Content-Type: application/json" \
-d '{}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"confidence": "high",
"data_as_of": "2026-06",
"disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.",
"result": {
"email": "xdf908234@1secmail.com"
},
"supported": true,
"warnings": []
}Payment details
Pay to
0x4a82f147c8a4339409c9097adc1eedfd56e85bfeAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Solana
Schemesexact
Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from CodePulse Agentic API & similar services
CodePulse Agentic API · Security Http Headers
codepulse-api.hahavoid0.workers.dev
Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options).
POSTBaseDeveloper Tools
$0.01 / call3 calls / 30d
CodePulse Agentic API · Mailbox Messages
codepulse-api.hahavoid0.workers.dev
Polls the disposable inbox for messages and verification codes.
POSTBaseAI & Inference
$0.01 / call3 calls / 30d
CodePulse Agentic API · Notify Email
codepulse-api.hahavoid0.workers.dev
Sends automated email notifications using the Resend API.
POSTBaseData & Enrichment
$0.02 / call1 calls / 30d