# BlackBobs.ai Gmailnator API

> BlackBobs.ai Gmailnator API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.168414/call, status unknown (last checked 2026-09-15).

Generates temporary or disposable Gmail-style email addresses for testing and privacy purposes

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/gmailnator
- Price: $0.168414/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-gmailnator-api-b4bccff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xbtj5HCAuNZ4Hyit3WRYe

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

Example prompt: Can you generate a temporary disposable email address for me using Gmailnator so I can sign up for a site without using my real Gmail?

## When to prefer this

Choose this endpoint when you need a quick, disposable, Gmail-compatible temporary email address for privacy, spam avoidance, or QA testing purposes — especially in automated agent workflows where signing up for services requires a valid-looking email without exposing a real inbox. Prefer over full email provider APIs when no persistent inbox is needed.

## Known failure modes

- Service unavailability at the underlying Gmailnator provider causing empty or error responses
- Vague or generic input schema may cause malformed requests returning no usable address
- Generated address may already be expired or inaccessible if Gmailnator rotates addresses quickly
- Rate limiting or payment failure on the x402 Base chain transaction preventing call completion

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a generated temporary or disposable email address (Gmail-style), potentially including the inbox identifier and any associated metadata usable for receiving emails temporarily.

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