zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Temp Mail/Temp Mail (tempmail.ing)
Logo Temp Mail (tempmail.ing)

Temp Mail (tempmail.ing)

Generate a disposable email address and read its inbox.

2 endpoints2 endpoints on this scraper51 calls51 calls so farupdated last monthLast updated 8/7/2026, 1:53:49 PMBusy: 10+ calls so farLive: no endpoint is cachedllms.txt
Endpoints2

2/2 passing
checked 20 hours ago · daily 01:00 WIB

Create address

Generate a new disposable email address.

GET/v1/temp-mail:tempmail/createno cache1 paramchecking key…
Parameters
durationnumber

Lifetime of the address in minutes (1-60). Default 10

·
Response
EXAMPLE
{
  "address": "[email protected]",
  "createdAt": "2026-07-22T17:23:58.369Z",
  "expiresAt": "2026-07-22T17:33:58.360Z",
  "durationMinutes": 10
}

Code

Create address
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("temp-mail:tempmail", "create", {
  "duration": 10
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

2 endpoints · plain text
GET
Create address/v1/temp-mail:tempmail/create
1 param

Generate a new disposable email address.

Parameters

durationnumberoptional
Lifetime of the address in minutes (1-60). Default 10

Request

curl -X GET "https://api.zpi.web.id/v1/temp-mail:tempmail/create?duration=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "address": "[email protected]",
  "createdAt": "2026-07-22T17:23:58.369Z",
  "expiresAt": "2026-07-22T17:33:58.360Z",
  "durationMinutes": 10
}
GET
Read inbox/v1/temp-mail:tempmail/inbox/:address
1 param

Read messages received by a disposable address.

Parameters

addressstringrequiredin path
The disposable address to read (as returned by create).

Request

curl -X GET "https://api.zpi.web.id/v1/temp-mail:tempmail/inbox/mrvvtfyf5vke%40oldtranslator.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 0,
  "items": [],
  "address": "[email protected]"
}

Related APIs

More in temp-mail

Temp-Mail.io

temp-mailtemp-mail-io

Alamat email sekali pakai dari Temp-Mail.io — buat alamat lalu baca pesan yang masuk.

50.4K50.4K calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Mail.gw

temp-mailmail-gw

Alamat email sekali pakai dari Mail.gw — buat alamat lalu baca pesan yang masuk.

149149 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Guerrilla Mail

temp-mailguerrillamail

Alamat email sekali pakai dari Guerrilla Mail — buat alamat lalu baca pesan yang masuk.

2424 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Mail.tm

temp-mailmail-tm

Alamat email sekali pakai dari Mail.tm — buat alamat lalu baca pesan yang masuk.

88 calls so far
Live: not cached, every call fetches fresh data
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.