# Tempest AI Content Rewriter

> Tempest AI Content Rewriter is a paid API for AI agents from tempest-2zzx.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Rewrites existing text in a specified tone and style while optionally preserving the original meaning

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/rewrite
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempest-ai-content-rewriter-2dcb6b18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cd2GTtzVCeV75depAKCaI

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 tempest-ai-content-rewriter-2dcb6b18 -d '<json body>'
```

Example prompt: Can you rewrite this paragraph in a friendly, conversational tone while keeping the original meaning intact? Here it is: 'Our enterprise solutions provide unparalleled scalability and mission-critical reliability for organizations seeking to optimize operational throughput.'

## When to prefer this

Choose this endpoint when you need to transform existing text into a different tone or style rather than generating content from scratch. It is ideal for brand voice alignment, audience adaptation, and professional polish tasks where the source content already exists and preserving its semantic meaning is important.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty or extremely short input may produce low-quality rewrites
- Conflicting tone and style parameters may yield unpredictable output
- Network timeouts on very long text inputs
- Invalid USDC payment causes 402 payment required error

## How this service works

Compose, rewrite, translate, and refine content at scale. 25 AI-powered endpoints. Pay-per-call with USDC on Tempo.

## Output

Returns a JSON object with a success boolean and a data object containing the rewritten version of the input text, transformed according to the specified tone, style, and meaning-preservation preferences.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to rewrite"
  },
  "tone": {
   "type": "string",
   "description": "Target tone"
  },
  "style": {
   "type": "string",
   "description": "Target style"
  },
  "preserve_meaning": {
   "type": "boolean",
   "description": "Preserve meaning"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tempest-ai-content-rewriter-2dcb6b18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tempest-2zzx.vercel.app](https://www.zero.xyz/host/tempest-2zzx.vercel.app/llms.txt)
