# CreatorMagic AI Text Rewriter

> CreatorMagic AI Text Rewriter is a paid API for AI agents from clawtious.creatormagic.ai, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Rewrites provided text in any specified style using cheap LLM inference

## Facts

- Endpoint: POST https://clawtious.creatormagic.ai/api/ai/rewrite
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawtious-creatormagic-ai-ad1446eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6DJ3zPLRCCXc7FwwcYXdz

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 clawtious-creatormagic-ai-ad1446eb -d '<json body>'
```

Example prompt: Rewrite this product description in a witty, conversational tone as if a friendly Gen-Z influencer wrote it: 'Our ergonomic chair features lumbar support and adjustable armrests for all-day comfort.'

## When to prefer this

Choose this endpoint when you need low-cost, per-call LLM-powered text rewriting without managing your own model infrastructure. Ideal for agents automating content repurposing, tone adjustment, or style transformation at scale. At $0.001 per call it is extremely cheap compared to direct LLM API usage.

## Known failure modes

- Missing or empty input text returns an error
- Unsupported or ambiguous style instructions may produce generic output
- Very long text may be truncated or rejected
- Payment failure (x402) if USDC balance is insufficient — returns 402 Payment Required

## Output

The agent receives a rewritten version of the input text transformed into the requested style, tone, or voice — delivered as plain text ready for use.

## Example request

```json
{
 "input": {
  "body": {
   "text": "Hello world. This is a simple test message.",
   "style": "formal"
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawtious-creatormagic-ai-ad1446eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawtious.creatormagic.ai](https://www.zero.xyz/host/clawtious.creatormagic.ai/llms.txt)
