# Magnum.ai Gmailnator API

> Magnum.ai Gmailnator API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates temporary or disposable Gmail-style email addresses via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/gmailnator
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-gmailnator-api-4cea40cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gdbwlk5hGdDCcKEoqed-X

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 magnum-ai-gmailnator-api-4cea40cb -d '<json body>'
```

Example prompt: Generate me a temporary disposable Gmail-style email address I can use to sign up for a service without exposing my real inbox.

## When to prefer this

Choose this endpoint when you need a temporary, disposable Gmail-style email address for testing, sign-ups, or privacy protection and are willing to pay $0.15 USDC per call via x402 on Base chain. Prefer this over building your own disposable email solution when you need instant access without infrastructure overhead.

## Known failure modes

- Payment failure on Base chain resulting in 402 response
- Invalid or missing request body returning an error
- Gmailnator upstream service unavailability causing 5xx error
- Rate limiting or quota exhaustion returning error response
- Malformed response schema returning unexpected data structure

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a temporary or disposable Gmail-style email address object, including the generated address and any associated inbox data, wrapped in a result object.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magnum-ai-gmailnator-api-4cea40cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
