# KiteEndpoints.ai - Temporary Gmail Generator

> KiteEndpoints.ai - Temporary Gmail Generator is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Generates a temporary Gmail address for disposable email use, useful for avoiding spam or testing email flows

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/temp-gmail
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-temporary-gmail-generator-f3fdd0e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8MZC9gNb5DO22VOPTWKdo

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-temporary-gmail-generator-f3fdd0e2 -d '<json body>'
```

Example prompt: Can you generate a temporary Gmail address I can use for a one-time sign-up so I don't get spam in my real inbox?

## When to prefer this

Use this endpoint when you need a disposable Gmail-style email address on demand, particularly for testing email verification flows, avoiding spam during sign-ups, or when you need an address that appears to be a real Gmail rather than a generic disposable domain. Prefer this over generic temp-mail services when Gmail-specifically is required.

## Known failure modes

- Service unavailable or rate-limited, returning a 5xx error
- Gmail provider may block or invalidate addresses quickly
- No inbox access returned, only the address string
- Payment failure if USDC balance is insufficient for the $0.16 charge
- Vague or missing response schema means output format may be inconsistent

## 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 address (and potentially associated inbox access credentials or session data) that can be used for a short period to receive emails without exposing a real address.

## 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-temporary-gmail-generator-f3fdd0e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
