# Inkbox AI Content Studio — Dumb Down

> Inkbox AI Content Studio — Dumb Down 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).

Simplifies complex text into plain, easy-to-understand language using AI

## Facts

- Endpoint: POST https://pen-inkbox402.netlify.app/api/dumb-down
- 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-dumb-down-460612e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s892g0M4TpvN_DB5GyPgq

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-dumb-down-460612e5 -d '<json body>'
```

Example prompt: Can you dumb down this paragraph so it's easy for a general audience to understand? Here it is: 'Quantum entanglement is a phenomenon whereby two particles become correlated in such a manner that the quantum state of each particle cannot be described independently of the state of the others, even when separated by a large distance.'

## When to prefer this

Use this endpoint when you need to automatically simplify dense, technical, academic, legal, or medical text into plain language for general audiences, non-expert readers, or accessibility purposes — especially when integrated into a content workflow that processes many such documents at $0.20 per call.

## Known failure modes

- Empty or missing 'text' field returns a 400 validation error
- Extremely long input text may be truncated or rejected
- Payment failure (insufficient USDC balance) returns a 402 error
- Service unavailability returns a 503 error
- Ambiguous or already-simple input may return text nearly identical to the original

## 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 simplified, plain-language version of the submitted text

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "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-dumb-down-460612e5/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)
