# Angel's Rewrite Lite

> Angel's Rewrite Lite is a paid API for AI agents from angel.finereli.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Rewrites dense or machine-generated text into a natural, human-sounding register at a low entry price.

## Facts

- Endpoint: POST https://angel.finereli.com/api/rewrite-lite
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/angel-s-rewrite-lite-95e8eec6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E9wmiJk6cB7QpMunVOrdA

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 angel-s-rewrite-lite-95e8eec6 -d '<json body>'
```

Example prompt: Can you rewrite this AI-generated paragraph so it sounds like a real person wrote it: 'The utilization of advanced methodologies enables the facilitation of optimized outcomes across enterprise verticals.'

## When to prefer this

Choose this endpoint when you need a low-cost, single-call solution to humanize or paraphrase machine-generated or overly formal text. It is ideal for agents processing AI-drafted content, automated emails, or technical copy that needs to feel natural. At $0.01 per call it is the entry-level option for text rewriting without premium features.

## Known failure modes

- Empty or missing 'text' field returns an error
- Extremely long text inputs may be truncated or rejected
- Network or payment failure (x402) results in no output returned
- Invalid 'voice' value may default silently to 'plain' or return a validation error

## How this service works

Rewrite text in a human register. Same service, entry price. 1 cent.

## Output

A rewritten version of the submitted text rendered in a natural, human-sounding register. The output is plain prose that reads as if written by a person rather than generated by a machine.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Dense machine-generated text to rewrite"
  },
  "voice": {
   "type": "string",
   "description": "Optional. 'plain' (default)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/angel-s-rewrite-lite-95e8eec6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from angel.finereli.com](https://www.zero.xyz/host/angel.finereli.com/llms.txt)
