# Money AI Text Rewriter

> Money AI Text Rewriter is a paid API for AI agents from money-ai-shop.money-ai.workers.dev, paid per call via x402, $0.005001/call, status unknown (last checked 2026-09-14).

Rewrites a short passage to a specified tone or length, adapting content for different audiences or communication contexts.

## Facts

- Endpoint: POST https://money-ai-shop.money-ai.workers.dev/s/rewrite
- Price: $0.005001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-ai-text-rewriter-3fc6cb0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ywu-XE81jO0Cf_p3MKkU8

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 money-ai-text-rewriter-3fc6cb0c -d '<json body>'
```

Example prompt: Rewrite this error message so a non-technical user knows exactly what to do next: 'NullPointerException at line 42: object reference not set to an instance of an object.'

## When to prefer this

Choose this endpoint when you need a quick, low-cost text rewrite with a simple instruction brief — ideal for single-paragraph rewrites, error messages, or short content adaptations. Prefer it over a full LLM call when you want a pay-per-use, lightweight microservice without managing your own model infrastructure.

## Known failure modes

- Missing or empty brief field returns an error
- Passage too long for the model context window may be truncated or rejected
- Vague tone instructions may produce inconsistent rewrites
- Payment failure (x402) if USDC funds are insufficient
- Rate limiting or worker timeout if service is under load

## How this service works

Rewrite a short passage to a tone or length you specify. Use it for: Rewrite this paragraph for a non-technical reader, same length.; Rewrite this error message so a user can act on it.

## Output

Returns a rewritten version of the submitted text passage, transformed according to the tone, audience, or length instructions provided in the brief. The output is a plain text string matching the requested style.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "what you want produced"
  },
  "skill": {
   "type": "string",
   "const": "rewrite",
   "description": "which service to run"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-ai-text-rewriter-3fc6cb0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from money-ai-shop.money-ai.workers.dev](https://www.zero.xyz/host/money-ai-shop.money-ai.workers.dev/llms.txt)
