# NexusAPI AI Paraphrase

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

Paraphrases or rewrites a given text input into alternative phrasing while preserving meaning

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/paraphrase
- Price: $0.141451/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-paraphrase-e45392bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0xgVChJ1L9i3zQj0kj3xn

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-paraphrase-e45392bd -d '<json body>'
```

Example prompt: Can you paraphrase the following text for me and make it sound more professional: 'Our product is really good and people like using it because it helps them do stuff faster'?

## When to prefer this

Use this endpoint when you need a pay-per-call, no-API-key paraphrasing service that runs on crypto micropayments via Base/USDC. Prefer it for lightweight text rewriting tasks where you want simple per-call billing without subscription overhead. Not ideal for large-scale batch paraphrasing or when you need fine-grained style control.

## Known failure modes

- Empty or missing query string returns an error
- Very long inputs may be truncated or fail
- Highly technical or domain-specific jargon may be paraphrased inaccurately
- Non-English input may produce poor or unexpected results
- Payment failure in USDC on Base will prevent endpoint access

## 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 paraphrased or reworded version of the input text that preserves the original meaning but uses different phrasing, sentence structure, or vocabulary.

## 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-paraphrase-e45392bd/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)
