# Inkbox AI Content Studio — Rework

> Inkbox AI Content Studio — Rework 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 restyled existing written content in a specified style using AI

## Facts

- Endpoint: POST https://inkinbox402.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-studio-rework-d6e29c60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b5pErQb3PhN9Edwkx7cP5

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

Example prompt: Rewrite this product description in a casual, friendly style: 'Our enterprise-grade solution leverages synergistic cross-functional paradigms to deliver holistic value.' — make it sound like a real person wrote it.

## When to prefer this

Use this endpoint when you need to transform existing text into a different style or tone, rather than generating content from scratch. It is specifically suited for rewriting, rephrasing, and restyling copy where the source material already exists.

## Known failure modes

- Missing required 'text' field returns a validation error
- Very long text inputs may be truncated or rejected
- Vague or unsupported style values may yield unpredictable rewrites
- Network timeout on the Netlify-hosted function for large payloads
- Payment failure via x402 protocol blocks the request before processing

## 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 submitted text, rewritten according to the requested 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-studio-rework-d6e29c60/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)
