# NexusAPI AI Text Expand

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

Expands a short query or text input into a longer, elaborated form using AI generation

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/expand
- Price: $0.119177/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-text-expand-22cc3f6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GRgju-jyy6i7maocSXTUU

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-text-expand-22cc3f6d -d '<json body>'
```

Example prompt: Can you expand this short phrase into a full, detailed paragraph: 'blockchain benefits for supply chain'?

## When to prefer this

Choose this endpoint when you need to quickly elaborate a short text, keyword, or query into a longer form using AI, without setting up your own LLM infrastructure or API keys. It is particularly useful for content enrichment pipelines, drafting marketing copy from brief inputs, or generating research summaries from keywords, and it accepts micropayments per call in USDC on Base without requiring account setup.

## Known failure modes

- Empty or missing query field returns a validation error
- Extremely long input may be truncated or rejected
- Vague or ambiguous queries may produce generic or off-topic expansions
- Payment failure (402) if USDC balance is insufficient
- Service unavailability returns a 5xx error from the Vercel deployment

## 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, expanded version of the input query or text, typically a longer and more detailed passage elaborating on the original 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-text-expand-22cc3f6d/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)
