# Gmailnator Temporary Email API

> Gmailnator Temporary Email API is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates temporary/disposable Gmailnator email addresses and retrieves their inbox messages via RapidAPI proxy

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/gmailnator
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gmailnator-temporary-email-api-a5ad72e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NsthC0PvriGZyRjjbRid3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gmailnator-temporary-email-api-a5ad72e4 -d '<json body>'
```

Example prompt: Can you generate me a temporary Gmailnator disposable email address and then check its inbox for any incoming messages?

## When to prefer this

Use this endpoint when you need to programmatically generate disposable Gmailnator email addresses or check their inboxes, particularly for testing sign-up flows, avoiding spam, or verifying email delivery without using a real email account.

## Known failure modes

- Invalid RapidAPI sub-endpoint path returns error or empty response
- Temporary email inbox expired or no longer available
- RapidAPI rate limit exceeded causing 429 error
- Missing required path parameter causes malformed request
- Temporary email address already recycled by provider

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

Returns a temporary/disposable email address and optionally the inbox contents including message subjects, senders, and body text, proxied through the Gmailnator RapidAPI service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gmailnator-temporary-email-api-a5ad72e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
