# Inkbox AI Content Rework

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

Rewrites or restyled existing written text using AI, with optional style specification

## Facts

- Endpoint: POST https://inkonbox.netlify.app/api/rework
- 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-rework-1f9cd870
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aOsC_DkorGj9Q1b-r_KFo

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-rework-1f9cd870 -d '<json body>'
```

Example prompt: Can you rework this paragraph for me using Inkbox — I want it rewritten in a confident, persuasive style: 'Our product helps teams stay organized by centralizing all their tasks and deadlines in one place.'

## When to prefer this

Choose this endpoint when you have existing text that needs to be rewritten or restyled rather than generated from scratch — it's purpose-built for reworking copy with a specific tone or style directive, and is a pay-per-call service at $0.08 USDC making it cost-effective for occasional rewrites

## Known failure modes

- Missing required 'text' field returns validation error
- Empty text string may return an error or empty result
- Unsupported or ambiguous style values may produce unexpected output
- Payment failure via x402 protocol blocks the request
- Service unavailability on the Netlify hosting platform
- Rate limiting if too many calls are made in rapid succession

## How this service works

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

## Output

Returns a JSON object with a success boolean and a data object containing the reworked/rewritten version of the input text transformed according to the specified style

## Request schema (JSON Schema)

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