# GGWP API Hub - Rewriter/Paraphraser

> GGWP API Hub - Rewriter/Paraphraser is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.195312/call, status unknown (last checked 2026-09-14).

Rewrites and paraphrases input text to produce alternative phrasings while preserving the original meaning

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/rewriter-paraphraser
- Price: $0.195312/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-rewriter-paraphraser-5407f7c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5tgNxoZhkB6tzwuC46u6n

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 ggwp-api-hub-rewriter-paraphraser-5407f7c0 -d '<json body>'
```

Example prompt: Can you paraphrase this paragraph for me so it sounds fresh but keeps the same meaning: 'Artificial intelligence is rapidly transforming the way businesses operate, enabling automation of repetitive tasks and freeing up employees to focus on higher-value work.'

## When to prefer this

Choose this endpoint when you need quick, pay-per-call text rewriting without committing to a subscription, especially within a crypto-native or x402-payment workflow. Useful for lightweight paraphrasing tasks where a full NLP platform is overkill.

## Known failure modes

- Empty or missing input text returns an error or empty result
- Very long text may be truncated or return incomplete paraphrase
- Non-English text may produce poor or unexpected results
- Highly technical jargon may not paraphrase accurately
- Payment failure on Base chain blocks the request with a 402 response

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a rewritten or paraphrased version of the submitted text that preserves the original meaning while using alternative wording, sentence structures, or phrasing styles.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-rewriter-paraphraser-5407f7c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
