# NexusAPI AI Poem Generator

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

Generates an original poem based on a text query or topic provided by the user

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/poem
- Price: $0.047399/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-722044b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h000wzbHExp59keMbCX6N

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-722044b9 -d '<json body>'
```

Example prompt: Can you write me a poem about the changing seasons and the passage of time? Something with a melancholy but hopeful tone.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call poem generation without setting up API keys. Suitable for agents that need occasional creative text generation and want to pay in USDC on Base rather than managing subscription credentials. Use over generic LLM calls when you want a dedicated poem-focused endpoint in a multi-tool agent pipeline.

## Known failure modes

- Empty or missing query field may return an error or generic output
- Vague queries may produce generic poems with little specificity
- Rate limiting or payment failure via x402 protocol may block the request
- Network timeout on the Vercel deployment may return a 504 error

## 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 a generated poem as a text response based on the provided query or topic. The poem is AI-composed and tailored to the subject matter specified in the input.

## 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-722044b9/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)
