# Inkbox AI Content Studio — Rework Endpoint

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

Rewrites or restyled existing written content using AI, with optional style guidance

## Facts

- Endpoint: POST https://1nk30x.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-studio-rework-endpoint-5e07f455
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lth9SSozaIiHkHisSDWWv

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-endpoint-5e07f455 -d '<json body>'
```

Example prompt: Can you rework this product description for me in a punchy, casual style: 'Our ergonomic chair is designed with lumbar support and breathable mesh fabric to promote healthy posture during extended work sessions.'

## When to prefer this

Use this endpoint when you need to rewrite or restyle existing text rather than generate content from scratch — ideal for polishing drafts, changing tone, or adapting copy for different audiences. Prefer this over general-purpose LLM calls when you want a pay-per-call, no-subscription model billed in USDC.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty or extremely short text may produce low-quality rewrites
- Vague or contradictory style instructions may yield unexpected tone
- Service unavailability on Netlify-hosted endpoint may cause 5xx errors
- Payment failure over x402 protocol will block 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 AI-reworked 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-studio-rework-endpoint-5e07f455/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
