# Inkbox AI Content Studio — Reword

> Inkbox AI Content Studio — Reword is a paid API for AI agents from inkinbox402.netlify.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Rewrites or rephrase submitted text into alternative wording while preserving the original meaning

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/reword
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-reword-6af38c00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6HrNo72uPpE22xqjiDjaB

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 inkbox-ai-content-studio-reword-6af38c00 -d '<json body>'
```

Example prompt: Can you reword this paragraph for me so it says the same thing but in a completely different way: 'Our product is designed to help busy professionals save time and stay organized throughout their workday.'

## When to prefer this

Use this endpoint when you need to rephrase existing text to avoid repetition, freshen up copy, or produce an alternative version of the same content without changing its core meaning. Prefer this over a general rewrite endpoint when the goal is strictly alternative wording rather than tone-shifting or summarization.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty string input may return an error or empty result
- Extremely long text may be truncated or rejected
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Network timeout for very large inputs

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

A JSON response containing a success boolean and a data object with the reworded version of the submitted text, preserving the original meaning in fresh phrasing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "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/inkbox-ai-content-studio-reword-6af38c00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkinbox402.netlify.app](https://www.zero.xyz/host/inkinbox402.netlify.app/llms.txt)
