# Inkbox AI Content Rework

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

Rewrites or restyls existing written content using AI, with an optional style parameter to guide the transformation

## Facts

- Endpoint: POST https://0ink.netlify.app/api/rework
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-rework-1d8a42a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GszLoqd3ZejHNZL8PKzu7

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

Example prompt: Rework this product description in a more casual, friendly style: 'Our enterprise-grade solution delivers robust performance metrics and scalable infrastructure for modern organizations.' Make it sound approachable and human.

## When to prefer this

Use this endpoint when you need to transform existing text into a different style, tone, or register — not generate new content from scratch. Ideal when you have source copy that needs to be adapted for a different audience or brand voice.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty string for text may return error or empty result
- Unsupported or unrecognized style value may fall back to default behavior
- Payment failure (HTTP 402) if USDC balance is insufficient
- Rate limiting if too many concurrent requests
- Very 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 rewritten/restyled version of the submitted text, transformed according to the optional style parameter.

## 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-1d8a42a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 0ink.netlify.app](https://www.zero.xyz/host/0ink.netlify.app/llms.txt)
