# Boomlify Temporary Email Creator

> Boomlify Temporary Email Creator is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.010312/call, status unknown (last checked 2026-09-15).

Creates a temporary (disposable) email address with configurable lifetime and optional custom domain.

## Facts

- Endpoint: POST https://gateway.apiosk.com/apyhub-boomlify-temp-mail/boomlify/emails/create
- Price: $0.010312/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/boomlify-temporary-email-creator-d7c010fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a19CmEkYl7cM6vzV4Nb5b

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 boomlify-temporary-email-creator-d7c010fa -d '<json body>'
```

Example prompt: Generate a temporary email address for me that expires in 30 minutes — I need it to sign up for a newsletter without using my real address.

## When to prefer this

Choose this endpoint when you need a quick, programmatic way to provision a disposable email address with a defined lifespan — particularly useful in automated testing pipelines, privacy-sensitive user flows, or agent workflows that require a throwaway inbox. Prefer over manual email services or persistent mailbox APIs when ephemerality and simplicity are priorities.

## Known failure modes

- Invalid or unsupported domain provided — returns error with domain validation message
- Missing or malformed input object — returns 400 bad request
- Expired x402 payment or insufficient USDC balance — returns 402 Payment Required
- Service unavailable or Boomlify backend timeout — returns 503 or gateway error
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Creates a temporary email address. You can control the email lifetime with the `time` query parameter and optionally provide a `domain`; the response returns the generated email data inside a JSON object.

## Output

A JSON object containing the generated temporary email address and associated metadata, including the email address string, its configured lifetime, and any domain details set at creation time.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/boomlify-temporary-email-creator-d7c010fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
