# NFT Twitter Thread Generator

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

Generates a 5-tweet thread with scroll-stopping hook, origin story, community lore, market context, and CTA for a given NFT

## Facts

- Endpoint: POST https://x402-server-sandy.vercel.app/content/thread
- Price: $0.15/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-71e9998f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tZWRAhwRJveqzgR5ebcVp

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-71e9998f -d '<json body>'
```

Example prompt: Write a 5-tweet thread about my NFT — here's the metadata object for Bored Ape #4201 — use a creative tone and include the research analysis I pulled earlier, with a strong hook and a CTA at the end.

## When to prefer this

Choose this endpoint when you need a structured, ready-to-post 5-tweet Twitter thread specifically about an NFT, complete with hook, lore, market context, and CTA — especially when you already have NFT metadata and optional research analysis available. Prefer this over generic content generators when the output must follow a thread format tailored for the NFT/Web3 community.

## Known failure modes

- Missing or malformed NFT metadata object returns a 400 error
- Invalid config properties (e.g. unsupported tone or creativity values) may produce unexpected output or error
- Missing research analysis may result in less contextually rich thread
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Service unavailability returns 503

## How this service works

5-tweet thread with scroll-stopping hook, origin story, community lore, market context, and CTA. Ready to post.

## Output

A ready-to-post 5-tweet thread including a scroll-stopping opening hook, NFT origin story, community lore, current market context, and a call-to-action — structured and formatted for direct posting to Twitter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "nft": {
   "type": "object",
   "description": "NFT metadata object"
  },
  "config": {
   "type": "object",
   "description": "Optional: { creativity, 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-71e9998f/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)
