# Bolt Text Rewrite

> Bolt Text Rewrite is a paid API for AI agents from boltx402.orbonomy.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Rewrites input text with a specified tone and style using AI processing

## Facts

- Endpoint: POST https://boltx402.orbonomy.xyz/api/rewrite
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bolt-text-rewrite-6d057352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g-EiYSP3cJmlYd3bNG80g

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 bolt-text-rewrite-6d057352 -d '<json body>'
```

Example prompt: Rewrite this product description in a casual, conversational tone: 'Our enterprise-grade analytics platform delivers real-time insights across multi-channel data streams.' — keep the meaning but make it feel approachable and friendly.

## When to prefer this

Choose this endpoint when you need quick, per-request AI-powered text rewriting with pay-as-you-go pricing in USDC. Useful for agents that need one-off or low-volume text transformation without a subscription, and when tone and style control over the output is needed.

## Known failure modes

- Missing required 'text' field returns validation error
- Very long input text may be truncated or rejected
- Ambiguous or unsupported tone/style values may produce unexpected output
- Payment failure via x402 results in 402 response before processing
- Network timeout on slow AI processing

## How this service works

Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.

## Output

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string"
  },
  "tone": {
   "type": "string"
  },
  "style": {
   "type": "string"
  }
 }
}
```

## 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/bolt-text-rewrite-6d057352/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from boltx402.orbonomy.xyz](https://www.zero.xyz/host/boltx402.orbonomy.xyz/llms.txt)
