# NFT Newsletter Issue Generator

> NFT Newsletter Issue Generator is a paid API for AI agents from x402-server-sandy.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Generates a complete email newsletter issue about an NFT — including subject line, inbox preview text, and full markdown body — written in a collector-first voice optimized for email delivery.

## Facts

- Endpoint: POST https://x402-server-sandy.vercel.app/content/newsletter
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-server-sandy-vercel-app-fc3ed8d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aozJaYllp91lodgb_38C4

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 x402-server-sandy-vercel-app-fc3ed8d2 -d '<json body>'
```

Example prompt: Write me a collector-voiced email newsletter issue about this NFT — I'll pass you the metadata and research analysis — and give me a punchy subject line, preview text, and a full markdown body I can send to my list.

## When to prefer this

Choose this endpoint when you need a fully email-optimized newsletter issue — complete with subject line and preview text — written specifically from a collector's point of view. Prefer this over the Paragraph.xyz article endpoint when you need email-format output rather than a long-form web article, and over the Twitter/Farcaster endpoint when the target channel is email rather than social media.

## Known failure modes

- Missing or malformed NFT metadata object returns a validation error
- Missing research analysis may produce thin or generic content
- Invalid tone config value may be ignored or cause a 400 error
- Payment failure via x402 protocol returns 402 Payment Required
- Overly sparse NFT metadata results in low-quality generic output

## How this service works

Email newsletter issue: subject line, inbox preview text, and full markdown body. Collector-first voice, email-optimized.

## Output

Returns a complete email newsletter issue including: a subject line optimized for open rates, inbox preview text, and a full markdown-formatted newsletter body written from a collector-first perspective covering the NFT's story, context, and appeal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "nft": {
   "type": "object",
   "description": "NFT metadata object"
  },
  "config": {
   "type": "object",
   "description": "Optional: { tone }"
  },
  "analysis": {
   "type": "object",
   "description": "Research analysis from /research"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-server-sandy-vercel-app-fc3ed8d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-server-sandy.vercel.app](https://www.zero.xyz/host/x402-server-sandy.vercel.app/llms.txt)
