# NexusAPI AI Story Generator

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

Generates AI-written stories or narrative content based on a text query or prompt

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/story
- Price: $0.024053/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-story-generator-d3d446fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_czJSb3VGctpo8Hc_Wq7bW

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-story-generator-d3d446fc -d '<json body>'
```

Example prompt: Write me a short story about a lonely lighthouse keeper who discovers a mysterious message in a bottle washed ashore during a storm.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI story or narrative generation without setting up API keys or managing LLM infrastructure directly. It is suitable for one-off creative writing tasks, prototyping, or when you want to avoid committing to a monthly subscription with a dedicated LLM provider.

## Known failure modes

- Empty or missing query field returns an error or empty response
- Very long prompts may be truncated or rejected
- Ambiguous queries may produce generic or off-topic narratives
- Service downtime on the Vercel deployment may return 5xx errors
- Payment failure via x402 protocol may result in 402 response and no 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

Returns AI-generated story or narrative prose based on the provided query or prompt, typically as a text body in the response JSON.

## 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-story-generator-d3d446fc/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)
