# NexusAPI AI Email Generator

> NexusAPI AI Email Generator is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.152864/call, status unknown (last checked 2026-09-15).

Generates email content using AI based on a natural language query or prompt describing the desired email

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/email/generate
- Price: $0.152864/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-email-generator-8e8bb94c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n3goPRU1XHZ90_O85o1DY

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 nexusapi-ai-email-generator-8e8bb94c -d '<json body>'
```

Example prompt: Draft me a professional follow-up email to a potential client named Sarah who I met at a conference last week, reminding her about our SaaS product and proposing a 30-minute demo call.

## When to prefer this

Use this endpoint when an AI agent needs to generate email content on demand without managing separate LLM API keys, and when pay-per-call USDC billing via x402 is acceptable. Suitable for agents that need to compose emails as part of automated workflows without pre-negotiated API subscriptions.

## Known failure modes

- Empty or missing query parameter returns an error response
- Vague or very short prompts may produce generic or low-quality email output
- Service unavailable if the underlying NexusAPI infrastructure is down
- Payment failure via x402/USDC may prevent the request from being processed
- Rate limiting or quota exceeded errors for high-volume callers

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns an AI-generated email draft, likely including subject line and body text, tailored to the input query or prompt provided by the user.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-ai-email-generator-8e8bb94c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
