# KiteEndpoints.ai - Gmailnator API

> KiteEndpoints.ai - Gmailnator API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Generates temporary/disposable Gmail-style email addresses and retrieves inbox messages via the Gmailnator service

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/gmailnator
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-gmailnator-api-e7d8c453
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__C_yR42eDGJxGU8vG1olk

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 kiteendpoints-ai-gmailnator-api-e7d8c453 -d '<json body>'
```

Example prompt: Can you generate a temporary disposable Gmail-style email address for me using Gmailnator so I can use it for a one-time signup without giving out my real email?

## When to prefer this

Choose this endpoint when you need a disposable, temporary Gmail-style email address for privacy protection, spam avoidance, one-time account registrations, or automated testing of email flows. Prefer this over real email provisioning APIs when anonymity and throwaway inboxes are the goal, and when you don't need to persist the inbox long-term.

## Known failure modes

- Inbox not found or expired — returns empty result if the temporary address has expired
- Invalid or missing parameters — returns error if required fields are absent
- Gmailnator service unavailable — upstream timeout or 5xx error
- No messages in inbox — returns empty inbox if no emails have arrived
- Rate limiting — too many requests may result in throttling or rejection

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a temporary Gmail-style email address and/or inbox messages associated with that address, including email subject, sender, body content, and timestamp details from the Gmailnator service.

## Request schema (JSON Schema)

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

## 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/kiteendpoints-ai-gmailnator-api-e7d8c453/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
