# NexusAPI AI Text Rewriter

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

Rewrites or paraphrases a given text input using AI to produce a reformulated version

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/rewrite
- Price: $0.079275/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-rewriter-9bb602b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iO7fdXxWPz7_rkYSqhgpE

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-rewriter-9bb602b2 -d '<json body>'
```

Example prompt: Can you rewrite this paragraph to sound more professional and concise: 'We did a lot of work this quarter and things went pretty well, we hit most of our goals and the team was happy about it.'

## When to prefer this

Choose this endpoint when you need a simple, pay-per-call AI text rewriting capability without managing API keys or subscriptions. It is well-suited for agents that occasionally need to rephrase content on demand and prefer USDC micropayments over monthly billing.

## Known failure modes

- Empty or missing query field returns an error
- Extremely long inputs may be truncated or rejected
- Ambiguous or very short inputs may produce low-quality rewrites
- Payment failure via x402 protocol blocks the request
- Rate limiting or server unavailability returns a 5xx 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 rewritten or paraphrased version of the submitted text, reformulated by an AI language model according to the implied or explicit transformation goal.

## 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-rewriter-9bb602b2/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)
