# Inkbox AI Content Studio — Rework

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

Rewrites or reworks existing written content using AI, optionally applying a specified style

## Facts

- Endpoint: POST https://pen-inkbox402.netlify.app/api/rework
- Price: $0.2/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-rework-74415af7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a-EyErY7HAG_k5xNWgy5M

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-rework-74415af7 -d '<json body>'
```

Example prompt: Rework this product description to sound more casual and friendly: 'Our enterprise-grade solution delivers unparalleled operational efficiency through synergistic cross-functional workflows.'

## When to prefer this

Choose this endpoint when you have existing text that needs to be rewritten, restyled, or optimized — rather than generated from scratch. Ideal for polishing drafts, adapting tone, or transforming content to fit a new audience or format.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty or very short text may produce poor rework quality
- Unsupported or ambiguous style values may produce unexpected transformations
- Network or payment failure returns 402 or 5xx error
- Extremely long text inputs may be truncated or rejected

## 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 version of the input text, transformed according to the requested style if provided.

## 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-studio-rework-74415af7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pen-inkbox402.netlify.app](https://www.zero.xyz/host/pen-inkbox402.netlify.app/llms.txt)
