# NexusAPI AI Poem Generator

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

Generates a poem based on a text query or topic prompt, paid per call in USDC on Base

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/poem
- Price: $0.068102/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-poem-generator-35aa4976
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q7bCqIOuUHk0dYzHV992n

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-poem-generator-35aa4976 -d '<json body>'
```

Example prompt: Write me a poem about the quiet loneliness of watching autumn leaves fall — something melancholy but beautiful.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI poem generation without managing API keys. Best for one-off creative poetry requests where the topic or theme can be expressed as a short text query.

## Known failure modes

- Missing or empty query field returns error or empty poem
- Payment not fulfilled results in 402 response and no poem generated
- Overly vague query may yield generic or low-quality poem
- Service downtime or Vercel cold start may cause timeout

## 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 poem based on the input query or topic, likely as a text string within a JSON response object.

## 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-poem-generator-35aa4976/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)
