# NexusAPI Twitter Thread Generator

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

Generates a Twitter/X thread from a search query or topic input using AI

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/twitter/thread
- Price: $0.095861/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-twitter-thread-generator-75d1893f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NCvGlhtS7pPAUo-JtxlQh

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-twitter-thread-generator-75d1893f -d '<json body>'
```

Example prompt: Can you write me a Twitter thread about the rise of AI agents in Web3, making it engaging and informative for a crypto-savvy audience?

## When to prefer this

Choose this endpoint when you need to quickly generate a multi-tweet thread on a topic without managing API keys or subscriptions — ideal for agents that automate social media content pipelines and pay per use in USDC on Base.

## Known failure modes

- Empty or too-short query may produce generic or low-quality output
- Payment failure (402) if USDC balance is insufficient on Base
- Rate limiting or timeout if the AI generation backend is overloaded
- Vague or ambiguous queries may result in off-topic thread content
- Service unavailability returns 5xx errors with no thread content

## How this service works

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

## Output

A structured Twitter/X thread composed of multiple tweets on the given topic or query, formatted as a sequence of social media posts ready for posting or review.

## 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-twitter-thread-generator-75d1893f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
