# Tempest Retone — AI Tone Rewriter

> Tempest Retone — AI Tone 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 a given piece of text to match a specified target tone (e.g. formal, casual, persuasive, empathetic)

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/retone
- 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-retone-ai-tone-rewriter-8dc45f63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JOIS21WxhNk-j8DEftGfA

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-retone-ai-tone-rewriter-8dc45f63 -d '<json body>'
```

Example prompt: Take this product description and rewrite it in a warm, conversational tone: 'Our enterprise-grade solution delivers robust, scalable infrastructure to maximize operational efficiency and ROI.'

## When to prefer this

Choose this endpoint when you need to adapt existing text to a different emotional register or voice without changing its core meaning — ideal for customer communications, marketing copy, and content repurposing. Prefer this over a full rewrite endpoint when the structure and facts should stay the same but the tone needs adjustment.

## Known failure modes

- Missing required 'text' field returns validation error
- Missing required 'target_tone' field returns validation error
- Empty or very short text may produce low-quality output
- Ambiguous or unrecognized tone names may yield inconsistent results
- Payment failure (insufficient USDC) returns 402 error
- Rate limiting or server overload may return 5xx errors

## 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 retoned version of the input text, rewritten to match the requested target tone while preserving the original meaning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text",
  "target_tone"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to retone"
  },
  "target_tone": {
   "type": "string",
   "description": "Desired tone"
  }
 }
}
```

## 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-retone-ai-tone-rewriter-8dc45f63/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)
